Changeset 395 for trunk/grails-app/conf
- Timestamp:
- Feb 20, 2010, 9:41:04 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/Config.groovy
r387 r395 147 147 [order:11, controller:'taskDetailed', title:'Calendar', action:'searchCalendar', isVisible: { true }], 148 148 [order:20, controller:'taskDetailed', title:'Create', action:'create', isVisible: { true }], 149 [order:30, controller:'taskDetailed', title:'Breakin', action:'createBreakin', isVisible: { true }], 149 150 [order:90, controller:'taskDetailed', title:'Show', action:'show', isVisible: { params.action == 'show' }], 150 151 [order:91, controller:'taskDetailed', title:'Edit', action:'edit', isVisible: { params.action == 'edit' }]
Note: See TracChangeset
for help on using the changeset viewer.