Changeset 383 for trunk/grails-app/conf/Config.groovy
- Timestamp:
- Feb 18, 2010, 4:51:45 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/Config.groovy
r380 r383 247 247 [order:91, controller:'inventoryGroupDetailed', title:'Edit', action:'edit', isVisible: { params.action == 'edit' }] 248 248 ] 249 ], 250 [order:100, controller:'manufacturerTypeDetailed', title:'manufacturerType', action:'list', 251 subItems: [ 252 [order:10, controller:'manufacturerTypeDetailed', title:'Manufacturer Type List', action:'list', isVisible: { true }], 253 [order:20, controller:'manufacturerTypeDetailed', title:'Create', action:'create', isVisible: { true }], 254 [order:90, controller:'manufacturerTypeDetailed', title:'Show', action:'show', isVisible: { params.action == 'show' }], 255 [order:91, controller:'manufacturerTypeDetailed', title:'Edit', action:'edit', isVisible: { params.action == 'edit' }] 256 ] 257 ], 258 [order:110, controller:'supplierTypeDetailed', title:'supplierType', action:'list', 259 subItems: [ 260 [order:10, controller:'supplierTypeDetailed', title:'Supplier Type List', action:'list', isVisible: { true }], 261 [order:20, controller:'supplierTypeDetailed', title:'Create', action:'create', isVisible: { true }], 262 [order:90, controller:'supplierTypeDetailed', title:'Show', action:'show', isVisible: { params.action == 'show' }], 263 [order:91, controller:'supplierTypeDetailed', title:'Edit', action:'edit', isVisible: { params.action == 'edit' }] 264 ] 249 265 ] 250 266 ]
Note: See TracChangeset
for help on using the changeset viewer.