Details
-
Bug
-
Resolution: Fixed
-
Blocker
-
5.0
-
None
Description
In the Security App / Users SubApp, the folder names in the "users" workspace are not shown (see the attached image). The subapp is defined using the following configuration code:
app.subApp("users").subAppClass(SecurityUsersSubApp.class).defaultSubApp() .workbench(wbcfg.workbench().workspace("users").root("/").defaultOrder("jcrName") .groupingItemType(wbcfg.itemType(MgnlNodeType.NT_FOLDER).icon("/.resources/icons/16/folders.gif")) .mainItemType(wbcfg.itemType(MgnlNodeType.USER).icon("/.resources/icons/16/pawn_glass_yellow.gif")) ...
Checklists
Acceptance criteria