Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
-
Empty show more show less
Description
If ui-admincentral module is not installed alongside data module (for example if I install firstly magnolia-empty-webapp and then in future I decide that I want to add data module) then installation of data module fails on PathNotFoundException.
Task 'Data AppLauncher group ordering' failed. (PathNotFoundException: /modules/ui-admincentral/config/appLauncherLayout/groups/data).
The problem here is that "data group" bootstrap file (config.modules.ui-admincentral.config.appLauncherLayout.groups.data.xml) is placed in /mgnl-bootstrap/ui-admincentral/ directory. It means if I'm installing just the data module then this bootstrap file is ignored, because ui-admincentral module was already installed in past. And it cause failure of "Data AppLauncher group ordering" extra install task.
Checklists
Acceptance criteria