Details
-
Bug
-
Resolution: Fixed
-
Neutral
-
6.2.5
-
-
Empty show more show less
-
Maintenance 44, Maintenance 45
-
3
Description
An area which has a dialog defined within it shows the dialog after a component it's created on it.Â
Steps to reproduce:
- Edit /mtk/templates/pages/basic.yaml by adding: dialog: mtk:pages/myDialog
- Create myDialog.yaml at /mtk/dialogs/pages/
- Place the following code snippet:
form: tabs: - name: tabMain fields: - name: title required: true class: info.magnolia.ui.form.field.definition.TextFieldDefinition actions: commit: class: info.magnolia.ui.admincentral.dialog.action.SaveDialogActionDefinition cancel: class: info.magnolia.ui.admincentral.dialog.action.CancelDialogActionDefinition - Go to pages-app, create a Basic page and in the Main area create a component.
- Check that after saving the component, the "myDialog" dialog pops
If you do this very same test on the old pages app the dialog does not pop.
Notes
The footer area of the stk site definition.
Checklists
Acceptance criteria
Attachments
Issue Links
- is duplicated by
-
MGNLUI-6376 Area Dialog opens after saving a component
-
- Closed
-
- mentioned in
-
Page Loading...