- Timestamp:
- Nov 3, 2010, 5:57:24 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy
r1066 r1067 799 799 println ".saving study" 800 800 801 802 801 // Make sure the owner of the study is set right 802 flow.study.owner = AuthenticationService.getLoggedInUser() 803 803 804 804 if (!flow.study.save(flush:true)) { … … 855 855 */ 856 856 def loadStudy(flow, flash, params) { 857 def AuthenticationService 858 857 859 flash.errors = new LinkedHashMap() 858 860
Note: See TracChangeset
for help on using the changeset viewer.