Changeset 1665
- Timestamp:
- Mar 23, 2011, 11:38:59 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/dbnp/studycapturing/StudyWizardController.groovy
r1659 r1665 1220 1220 1221 1221 // handle public checkbox 1222 if (params.get("publicstudy")) { 1223 flow.study.publicstudy = params.get("publicstudy") 1224 } 1222 flow.study.publicstudy = (params.get("publicstudy") && params.get("publicstudy") == "on") ? true : false 1225 1223 1226 1224 // have we got a template?
Note: See TracChangeset
for help on using the changeset viewer.