- Timestamp:
- Dec 4, 2009, 12:19:20 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/Config.groovy
r200 r215 143 143 [order:20, controller:'taskDetailed', title:'tasks', action:'search', 144 144 subItems: [ 145 [order:10, controller:'taskDetailed', title:'Search', action:'search', isVisible: { params.action != 'searchCalendar'}],146 [order:11, controller:'taskDetailed', title:'Calendar', action:'searchCalendar', isVisible: { params.action == 'searchCalendar'}],145 [order:10, controller:'taskDetailed', title:'Search', action:'search', isVisible: { true }], 146 [order:11, controller:'taskDetailed', title:'Calendar', action:'searchCalendar', isVisible: { true }], 147 147 [order:20, controller:'taskDetailed', title:'Create', action:'create', isVisible: { true }], 148 148 [order:90, controller:'taskDetailed', title:'Show', action:'show', isVisible: { params.action == 'show' }],
Note: See TracChangeset
for help on using the changeset viewer.