- Timestamp:
- Feb 18, 2010, 1:29:00 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/TaskProcedureDetailedController.groovy
r368 r375 35 35 // In the case of an actionSubmit button, rewrite action name from 'index'. 36 36 if(params._action_Show) 37 { params.action='show' }37 params.action='show' 38 38 39 39 def taskProcedureInstance = TaskProcedure.get( params.id ) … … 69 69 // In the case of an actionSubmit button, rewrite action name from 'index'. 70 70 if(params._action_Edit) 71 { params.action='edit' }71 params.action='edit' 72 72 73 73 def taskProcedureInstance = TaskProcedure.get( params.id )
Note: See TracChangeset
for help on using the changeset viewer.