[MGNLUI-196] Folder names not shown in workbench (mgnl:folder node type) Created: 22/Nov/12  Updated: 11/Feb/13  Resolved: 27/Nov/12

Status: Closed
Project: Magnolia UI
Component/s: security app
Affects Version/s: 5.0
Fix Version/s: 5.0

Type: Bug Priority: Blocker
Reporter: Jozef Chocholacek Assignee: Jozef Chocholacek
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: PNG File Screen Shot 2012-11-22 at 2.31.23 PM.png    
Template:
Acceptance criteria:
Empty
Task DoD:
[ ]* Doc/release notes changes? Comment present?
[ ]* Downstream builds green?
[ ]* Solution information and context easily available?
[ ]* Tests
[ ]* FixVersion filled and not yet released
[ ]  Architecture Decision Record (ADR)
Bug DoR:
[ ]* Steps to reproduce, expected, and actual results filled
[ ]* Affected version filled

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


 Comments   
Comment by Jozef Chocholacek [ 27/Nov/12 ]

Fixed by adding proper node type to the UserNameColumnFormatter.

Generated at Mon Feb 12 08:34:31 CET 2024 using Jira 9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b.