Details
-
Bug
-
Resolution: Unresolved
-
Neutral
-
None
-
None
-
None
Description
cssCommitAction doesn't save and close dialog which is different than in every other magnolia apps.
Workaround
You can decorate it with chainedAction
/css-custom-configuration/decorations/ui-css-custom/apps/css-custom-app.yaml
subApps:
edit:
actions:
commit:
$type: chainedAction
actions:
cssCommitAction:
$type: cssCommitAction
commitAction:
$type: commitAction
but when it closes details view it stays on a white screen (because Custom CSS App doesn't have list view).
So it's rather should be a new action that navigates to Admincentral root.
Maybe OpenLocationActionDefinition would be usefull, but it seems like it's only navigates to particular app.
Checklists
Acceptance criteria