Changeset 431 for trunk/grails-app/conf
- Timestamp:
- Mar 5, 2010, 12:45:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/Config.groovy
r418 r431 297 297 [order:91, controller:'departmentDetailed', title:'Edit', action:'edit', isVisible: { params.action == 'edit' }] 298 298 ] 299 ], 300 [order:160, controller:'productionReferenceDetailed', title:'productionReference', action:'list', 301 subItems: [ 302 [order:10, controller:'productionReferenceDetailed', title:'Production Reference List', action:'list', isVisible: { true }], 303 [order:20, controller:'productionReferenceDetailed', title:'Create', action:'create', isVisible: { true }], 304 [order:90, controller:'productionReferenceDetailed', title:'Show', action:'show', isVisible: { params.action == 'show' }], 305 [order:91, controller:'productionReferenceDetailed', title:'Edit', action:'edit', isVisible: { params.action == 'edit' }] 306 ] 299 307 ] 300 308 ]
Note: See TracChangeset
for help on using the changeset viewer.