Details
-
Bug
-
Resolution: Fixed
-
Critical
-
5.4.7
-
None
-
None
-
-
Empty show more show less
-
Basel 56
-
3
Description
It is not possible to have empty dialog tabs in Magnolia 5.4.7. With Magnolia 5.3.14 empty tabs are hidden in dialogs. Now the following NPE is logged and the dialog could not be opened.
Caused by: java.lang.NullPointerException: null value in entry: info.magnolia.ui.form.definition.ConfiguredTabDefinition@6ae197c=null
at vom.google.common.collect.CollectPreconditions.checkEntryNotNull(CollectPreconditions.java:33)
at com.google.common.collect.RegularImmutableMap.<init>(RegularImmutableMap.java:88)
at com.google.common.collect.ImmutableMap.copyOf(ImmutableMap.java:294)
at com.google.common.collect.Maps.toMap(Maps.java:1121)
at com.google.common.collect.Maps.toMap(Maps.java:1097)
at info.magnolia.ui.dialog.formdialog.FormPresenterImpl.presentView(FormPresenterImpl.java:117)
at info.magnolia.ui.dialog.formdialog.FormDialogPresenterImpl.buildView(FormDialogPresenterImpl.java:167)
at info.magnolia.ui.dialog.formdialog.FormDialogPresenterImpl.start(FormDialogPresenterImpl.java:152)
at info.magnolia.module.blossom.dialog.BlossomFormDialogPresenter.start(BlossomFormDialogPresenter.java:91)
Checklists
Acceptance criteria