- Timestamp:
- Feb 18, 2010, 1:29:00 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/TaskDetailedController.groovy
r326 r375 222 222 // In the case of an actionSubmit button, rewrite action name from 'index'. 223 223 if(params._action_Show) 224 { params.action='show' }224 params.action='show' 225 225 226 226 def showTab = [:] … … 465 465 // In the case of an actionSubmit button, rewrite action name from 'index'. 466 466 if(params._action_Edit) 467 { params.action='edit' }467 params.action='edit' 468 468 469 469 def taskInstance = Task.get( params.id )
Note: See TracChangeset
for help on using the changeset viewer.