Changeset 418 for trunk/grails-app/conf
- Timestamp:
- Feb 28, 2010, 7:13:47 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/Config.groovy
r414 r418 104 104 warn "grails.app.controller" 105 105 info "grails.app.service.AssetCsvService" 106 info "grails.app.service.InventoryCsvService" 106 107 break 107 108 } … … 146 147 [order:10, controller:'taskDetailed', title:'Search', action:'search', isVisible: { true }], 147 148 [order:11, controller:'taskDetailed', title:'Calendar', action:'searchCalendar', isVisible: { true }], 148 [order:20, controller:'taskDetailed', title:' Create', action:'create', isVisible: { true }],149 [order:30, controller:'taskDetailed', title:' Breakin', action:'createBreakin', isVisible: { true }],149 [order:20, controller:'taskDetailed', title:'+Scheduled', action:'create', isVisible: { true }], 150 [order:30, controller:'taskDetailed', title:'+Callout', action:'createImmediateCallout', isVisible: { true }], 150 151 [order:90, controller:'taskDetailed', title:'Show', action:'show', isVisible: { params.action == 'show' }], 151 152 [order:91, controller:'taskDetailed', title:'Edit', action:'edit', isVisible: { params.action == 'edit' }]
Note: See TracChangeset
for help on using the changeset viewer.