Ignore:
Timestamp:
Mar 31, 2010, 12:32:04 PM (14 years ago)
Author:
gav
Message:

Svn move personGroup and personGroupType controllers and views to detailed.
Add links from person edit view to groups.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/conf/Config.groovy

    r458 r471  
    331331            [order:91, controller:'costCodeDetailed', title:'Edit', action:'edit', isVisible: { params.action == 'edit' }]
    332332        ]
     333    ],
     334    [order:180, controller:'personGroupDetailed', title:'personGroup', action:'list',
     335        subItems: [
     336            [order:10, controller:'personGroupDetailed', title:'Person Group List', action:'list', isVisible: { true }],
     337            [order:20, controller:'personGroupDetailed', title:'Create', action:'create', isVisible: { true }],
     338            [order:90, controller:'personGroupDetailed', title:'Show', action:'show', isVisible: { params.action == 'show' }],
     339            [order:91, controller:'personGroupDetailed', title:'Edit', action:'edit', isVisible: { params.action == 'edit' }]
     340        ]
     341    ],
     342    [order:190, controller:'personGroupTypeDetailed', title:'personGroupType', action:'list',
     343        subItems: [
     344            [order:10, controller:'personGroupTypeDetailed', title:'Person Group Type List', action:'list', isVisible: { true }],
     345            [order:20, controller:'personGroupTypeDetailed', title:'Create', action:'create', isVisible: { true }],
     346            [order:90, controller:'personGroupTypeDetailed', title:'Show', action:'show', isVisible: { params.action == 'show' }],
     347            [order:91, controller:'personGroupTypeDetailed', title:'Edit', action:'edit', isVisible: { params.action == 'edit' }]
     348        ]
    333349    ]
    334350]
Note: See TracChangeset for help on using the changeset viewer.