Changeset 556 for trunk/grails-app/conf
- Timestamp:
- May 31, 2010, 7:02:23 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/Config.groovy
r508 r556 357 357 [order:91, controller:'personGroupTypeDetailed', title:'Edit', action:'edit', isVisible: { params.action == 'edit' }] 358 358 ] 359 ], 360 [order:200, controller:'taskGroupDetailed', title:'taskProcedure', action:'list', 361 subItems: [ 362 [order:10, controller:'taskGroupDetailed', title:'Task Group List', action:'list', isVisible: { true }], 363 [order:20, controller:'taskGroupDetailed', title:'Create', action:'create', isVisible: { true }], 364 [order:90, controller:'taskGroupDetailed', title:'Show', action:'show', isVisible: { params.action == 'show' }], 365 [order:91, controller:'taskGroupDetailed', title:'Edit', action:'edit', isVisible: { params.action == 'edit' }] 366 ] 359 367 ] 360 368 ]
Note: See TracChangeset
for help on using the changeset viewer.