Uploaded image for project: 'Magnolia UI'
  1. Magnolia UI
  2. MGNLUI-678

Streamline Security App

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Obsolete
    • Icon: Major Major
    • 5.0
    • None
    • security app
    • Beta 2, Beta 3

      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:

              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"));
      
      

        Acceptance criteria

              tmattsson Tobias Mattsson
              dlipp Daniel Lipp
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: