I have a content app which should open another content app. But the second 
content app should be hidden (not in the AppLauncher). So I made a custom 
AppLauncherLayoutManagerImpl which should open the content app even though its 
not in the AppLauncher and added this to my ModuleDescriptor:

[code]  <components>
    <id>main</id>
    
    <component>
      
<type>info.magnolia.ui.api.app.launcherlayout.AppLauncherLayoutManager</type>
      
<implementation>ch.openinteractive.quickstart.CustomAppLauncherLayoutManagerImpl</implementation>
    </component>
  </components>[/code]

I copied the code from the AppLauncherLayoutManagerImpl, changed 
'AppLauncherLayoutManagerImpl' to 'CustomAppLauncherLayoutManagerImpl' and 
added some logging to see if it works but nothing was logged.
Magnolia starts up without errors but I get this in my log: 'WARN  
pi.app.launcherlayout.AppLauncherLayoutManagerImpl: 0'.

Does anyone know what's wrong?

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=ba1f841e-da58-456e-ae6b-2bc133c9b1d7


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <user-list-unsubscr...@magnolia-cms.com>
----------------------------------------------------------------

Reply via email to