- Timestamp:
- Oct 8, 2009, 7:58:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/TaskDetailedController.groovy
r144 r147 202 202 203 203 def show = { 204 204 205 205 // In the case of an actionSubmit button, rewrite action name from 'index'. 206 206 if(params._action_Show) … … 286 286 287 287 def edit = { 288 288 289 289 // In the case of an actionSubmit button, rewrite action name from 'index'. 290 290 if(params._action_Edit)
Note: See TracChangeset
for help on using the changeset viewer.