Changeset 278 for trunk/grails-app/conf
- Timestamp:
- Jan 20, 2010, 8:34:36 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/Config.groovy
r215 r278 158 158 ] 159 159 ], 160 [order:40, controller:'assetDetailed', title:'assets', action:' search',160 [order:40, controller:'assetDetailed', title:'assets', action:'overview', 161 161 subItems: [ 162 [order:10, controller:'assetDetailed', title:'Search', action:'search', isVisible: { true }], 162 [order:10, controller:'assetDetailed', title:'Overview', action:'overview', isVisible: { true }], 163 [order:11, controller:'assetDetailed', title:'Search', action:'search', isVisible: { true }], 163 164 [order:20, controller:'assetDetailed', title:'Create', action:'create', isVisible: { true }], 164 165 [order:90, controller:'assetDetailed', title:'Show', action:'show', isVisible: { params.action == 'show' }],
Note: See TracChangeset
for help on using the changeset viewer.