- Timestamp:
- Dec 21, 2010, 12:44:17 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/dbnp/studycapturing/StudyWizardController.groovy
r1286 r1292 490 490 }.to "events" 491 491 on("duplicate") { 492 println "duplicate"493 println params494 492 // handle form data 495 493 eventPage(flow, flash, params) … … 977 975 try { 978 976 // load study 979 println "een"980 977 def study = (params.studyid) ? Study.findById( params.studyid ) : Study.findByTitle( params.study ) 981 println "twee"982 978 983 979 // Check whether the user is allowed to edit this study. If it is not allowed
Note: See TracChangeset
for help on using the changeset viewer.