- Timestamp:
- Nov 22, 2010, 4:33:42 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy
r1173 r1180 97 97 ] 98 98 flow.jump = session.jump 99 100 // since this controller was refactored it's technically 101 // safe to enable quicksave throughout the application. 102 // However, we must keep an eye on the quality of the 103 // studies as this change makes it easier to create dummy 104 // studies which will create garbage in out database. 105 flow.quickSave = true 99 106 success() 100 107 }
Note: See TracChangeset
for help on using the changeset viewer.