- Timestamp:
- Feb 18, 2010, 1:29:00 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/MaintenancePolicyDetailedController.groovy
r371 r375 21 21 // In the case of an actionSubmit button, rewrite action name from 'index'. 22 22 if(params._action_Show) 23 { params.action='show' }23 params.action='show' 24 24 25 25 def maintenancePolicyInstance = MaintenancePolicy.get( params.id ) … … 55 55 // In the case of an actionSubmit button, rewrite action name from 'index'. 56 56 if(params._action_Edit) 57 { params.action='edit' }57 params.action='edit' 58 58 59 59 def maintenancePolicyInstance = MaintenancePolicy.get( params.id )
Note: See TracChangeset
for help on using the changeset viewer.