Changeset 967
- Timestamp:
- Oct 21, 2010, 4:13:39 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/Study.groovy
r966 r967 91 91 type: TemplateFieldType.DATE, 92 92 comment: 'Fill out the official start date or date of first action', 93 required: true), 94 new TemplateField( 95 name: 'published', 96 type: TemplateFieldType.BOOLEAN, 97 comment: 'Determines whether this study is published (accessible for the study readers and, if the study is public, for anonymous users). A study can only be published if it meets certain quality criteria, which will be checked upon save.', 93 98 required: true) 94 99 ]
Note: See TracChangeset
for help on using the changeset viewer.