Changeset 353 for trunk/grails-app
- Timestamp:
- Feb 12, 2010, 2:38:58 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/Config.groovy
r351 r353 164 164 [order:20, controller:'assetDetailed', title:'Create', action:'create', isVisible: { true }], 165 165 [order:90, controller:'assetDetailed', title:'Show', action:'show', isVisible: { params.action == 'show' }], 166 [order:91, controller:'assetDetailed', title:'Edit', action:'edit', isVisible: { params.action == 'edit' }] 166 [order:91, controller:'assetDetailed', title:'Edit', action:'edit', isVisible: { params.action == 'edit' }], 167 [order:99, controller:'assetSubItemDetailed', title:'Sub Items', action:'search', isVisible: { true }] 167 168 ] 168 169 ]
Note: See TracChangeset
for help on using the changeset viewer.