Changeset 559 for trunk/grails-app/conf
- Timestamp:
- May 31, 2010, 9:39:19 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/Config.groovy
r556 r559 365 365 [order:91, controller:'taskGroupDetailed', title:'Edit', action:'edit', isVisible: { params.action == 'edit' }] 366 366 ] 367 ], 368 [order:210, controller:'unitOfMeasureDetailed', title:'unitOfMeasure', action:'list', 369 subItems: [ 370 [order:10, controller:'unitOfMeasureDetailed', title:'Unit Of Measure List', action:'list', isVisible: { true }], 371 [order:20, controller:'unitOfMeasureDetailed', title:'Create', action:'create', isVisible: { true }], 372 [order:90, controller:'unitOfMeasureDetailed', title:'Show', action:'show', isVisible: { params.action == 'show' }], 373 [order:91, controller:'unitOfMeasureDetailed', title:'Edit', action:'edit', isVisible: { params.action == 'edit' }] 374 ] 367 375 ] 368 376 ]
Note: See TracChangeset
for help on using the changeset viewer.