Issue Type: Bug Bug
Assignee: Tobias Mattsson
Components: app launcher
Created: 12/Jun/13 3:39 PM
Description:

The launcher keeps an internal list of the order, but it doesnt clear it when the layout changes. If you add a group web this is what happens:

  • at the start the list is: [edit, manage]
  • then web comes in and it reloads, the list is then: [edit, manage, edit, web, manage]
  • then if it reloads again its [edit, manage, edit, web, manage, edit, web, manage]

The fix is to add

getState().groupsOrder.clear();

in info.magnolia.ui.vaadin.applauncher.AppLauncher#clear

Fix Versions: 5.0
Project: Magnolia UI
Priority: Neutral Neutral
Reporter: Tobias Mattsson
Security Level: Public
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



----------------------------------------------------------------
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: <[email protected]>
----------------------------------------------------------------

Reply via email to