Changeset 412 for trunk/grails-app/conf/Config.groovy
- Timestamp:
- Feb 24, 2010, 2:22:35 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/Config.groovy
r395 r412 288 288 [order:91, controller:'extendedAttributeTypeDetailed', title:'Edit', action:'edit', isVisible: { params.action == 'edit' }] 289 289 ] 290 ], 291 [order:150, controller:'departmentDetailed', title:'department', action:'list', 292 subItems: [ 293 [order:10, controller:'departmentDetailed', title:'Department List', action:'list', isVisible: { true }], 294 [order:20, controller:'departmentDetailed', title:'Create', action:'create', isVisible: { true }], 295 [order:90, controller:'departmentDetailed', title:'Show', action:'show', isVisible: { params.action == 'show' }], 296 [order:91, controller:'departmentDetailed', title:'Edit', action:'edit', isVisible: { params.action == 'edit' }] 297 ] 290 298 ] 291 299 ]
Note: See TracChangeset
for help on using the changeset viewer.