- Timestamp:
- Feb 2, 2010, 10:40:17 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/TemplateField.groovy
r145 r158 14 14 String unit 15 15 16 static hasMany = [listEntries : String] // to store the entries to choose from when the type is 'item from predefined list' 17 16 18 static constraints = { 17 19 name(unique: true)
Note: See TracChangeset
for help on using the changeset viewer.