- Timestamp:
- Apr 12, 2010, 3:11:34 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/TemplateField.groovy
r300 r338 15 15 String comment // help string for the user interface 16 16 17 static hasMany = [listEntries : TemplateFieldListItem] // to store the entries to choose from when the type is 'item from predefined list' 17 List listEntries 18 static hasMany = [listEntries : TemplateFieldListItem] // to store the entries to choose from when the type is 'item from predefined list' 18 19 19 20 static constraints = {
Note: See TracChangeset
for help on using the changeset viewer.