Details
-
Task
-
Resolution: Fixed
-
Critical
-
2.0
-
None
-
-
Empty show more show less
-
Empty show more show less
-
Iteration 2013-16
Description
In 4.x the Data module builds dynamically the menu entries to manage the various custom types. This happens on module startup in the DataModule#registerCustomTypes() method. For each registred custom type the method updateDataMenu(TypeDefinition type) is called which basically creates a button to open a tree with the following code
subMenu.createNodeData("onclick", "MgnlAdminCentral.showTree('" + type.getName() + "')")
Now, wrapping each of those trees with WrapLegacyTreeUIAsMagnoliaAppTask(..) as a M5 app will end up creating a deluge of apps in the app launcher. Methinks, a different approach has to be found in this case.
Checklists
Acceptance criteria
Attachments
Issue Links
- is related to
-
MGNLDATA-175 DataModule should not add menu entries at startup
-
- Closed
-
-
MGNLUI-1027 Remove pages apps configuration
-
- Closed
-