|
The resources and inplace-templating apps are missing from the app launcher layout after performing a migration from 4.5 to 5.2. The actual apps are there but they don't show up in the app launcher. This does not happen when e.g. doing an update from 5.1 to 5.2 or on a fresh install.
This what happens in the first case:
- resources and inplace-templating are installed before STK.
- they bootstrap their own app-launcher configuration, thus creating the stk app group themselves.
- STK is installed and checks if the stk app group is already installed. If so, it does not bootstrap the whole app group (which would overwrite the existing apps) rather it just creates the missing nodes, leaving the existing ones untouched.
|