- Timestamp:
- Feb 18, 2010, 1:29:00 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/AssetDetailedController.groovy
r350 r375 217 217 // In the case of an actionSubmit button, rewrite action name from 'index'. 218 218 if(params._action_Show) 219 { params.action='show' }219 params.action='show' 220 220 221 221 def assetInstance = Asset.get( params.id ) … … 257 257 // In the case of an actionSubmit button, rewrite action name from 'index'. 258 258 if(params._action_Edit) 259 { params.action='edit' }259 params.action='edit' 260 260 261 261 def assetInstance = Asset.get( params.id )
Note: See TracChangeset
for help on using the changeset viewer.