Changeset 722 for trunk/grails-app/conf/Config.groovy
- Timestamp:
- Nov 25, 2010, 12:08:12 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/Config.groovy
r646 r722 270 270 ] 271 271 ], 272 [order:60, controller:'manufacturerDetailed', title:'manufacturer', action:'list',273 subItems: [274 [order:10, controller:'manufacturerDetailed', title:'Manufacturer List', action:'list', isVisible: { true }],275 [order:20, controller:'manufacturerDetailed', title:'Create', action:'create', isVisible: { true }],276 [order:90, controller:'manufacturerDetailed', title:'Show', action:'show', isVisible: { params.action == 'show' }],277 [order:91, controller:'manufacturerDetailed', title:'Edit', action:'edit', isVisible: { params.action == 'edit' }]278 ]279 ],280 272 [order:70, controller:'inventoryStoreDetailed', title:'inventoryStore', action:'list', 281 273 subItems: [ … … 300 292 [order:90, controller:'inventoryGroupDetailed', title:'Show', action:'show', isVisible: { params.action == 'show' }], 301 293 [order:91, controller:'inventoryGroupDetailed', title:'Edit', action:'edit', isVisible: { params.action == 'edit' }] 302 ]303 ],304 [order:100, controller:'manufacturerTypeDetailed', title:'manufacturerType', action:'list',305 subItems: [306 [order:10, controller:'manufacturerTypeDetailed', title:'Manufacturer Type List', action:'list', isVisible: { true }],307 [order:20, controller:'manufacturerTypeDetailed', title:'Create', action:'create', isVisible: { true }],308 [order:90, controller:'manufacturerTypeDetailed', title:'Show', action:'show', isVisible: { params.action == 'show' }],309 [order:91, controller:'manufacturerTypeDetailed', title:'Edit', action:'edit', isVisible: { params.action == 'edit' }]310 294 ] 311 295 ],
Note: See TracChangeset
for help on using the changeset viewer.