- Timestamp:
- Feb 18, 2010, 1:29:00 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/AssetSubItemDetailedController.groovy
r369 r375 101 101 // In the case of an actionSubmit button, rewrite action name from 'index'. 102 102 if(params._action_Show) 103 { params.action='show' }103 params.action='show' 104 104 105 105 def assetSubItemInstance = AssetSubItem.get( params.id ) … … 135 135 // In the case of an actionSubmit button, rewrite action name from 'index'. 136 136 if(params._action_Edit) 137 { params.action='edit' }137 params.action='edit' 138 138 139 139 def assetSubItemInstance = AssetSubItem.get( params.id )
Note: See TracChangeset
for help on using the changeset viewer.