- Timestamp:
- Feb 18, 2010, 1:29:00 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/PictureDetailedController.groovy
r298 r375 29 29 // In the case of an actionSubmit button, rewrite action name from 'index'. 30 30 if(params._action_Show) 31 { params.action='show' }31 params.action='show' 32 32 33 33 def picture = Picture.get( params.id ) … … 70 70 // In the case of an actionSubmit button, rewrite action name from 'index'. 71 71 if(params._action_Edit) 72 { params.action='edit' }72 params.action='edit' 73 73 74 74 def picture = Picture.get(params.id)
Note: See TracChangeset
for help on using the changeset viewer.