- Timestamp:
- Feb 18, 2010, 10:41:10 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy
r195 r204 87 87 researchQuestion: "", 88 88 description: "", 89 startDate: new Date() .format("d/M/yyyy")89 startDate: new Date() 90 90 ) 91 91 } 92 /* 93 flow.study.getProperties().constraints.each() { key, value -> 94 println key 95 value.getProperties().each() { 96 println it 97 } 98 } 99 */ 92 100 93 // assign template to study 101 94 flow.study.template = Template.findByName(params.get('template'));
Note: See TracChangeset
for help on using the changeset viewer.