Change By: Daniel Lipp (19/Feb/13 1:01 PM)
Description: Security App is not really following the app pattern.
- does not have a main sub app but 4 "same level" ones
  -> has to code opening of all subapps on startup
- does not offer a way to re-open a sub app once it has been closed

We should either split security app into several apps or create a main subapp that allows opening/closing of other sub apps. Then we could also directly use ContentApp instead of having to define proper SecurityApp (only adds opening of the sub apps)
 because of the above problems:

{code}
        getAppContext()
. openSubApp(new DefaultLocation(Location.LOCATION_TYPE_APP, "security", "systemUsers", "/system"));
        getAppContext().openSubApp(new DefaultLocation(Location.LOCATION_TYPE_APP, "security", "groups", ""));
        getAppContext().openSubApp(new DefaultLocation(Location.LOCATION_TYPE_APP, "security", "roles", ""));
        getAppContext().openSubApp(new DefaultLocation(Location.LOCATION_TYPE_APP, "security", "users", "/admin"));

{code}
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