- Timestamp:
- Jun 3, 2010, 8:12:06 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/Template.groovy
r496 r513 17 17 //nimble.User owner 18 18 List fields 19 static hasMany = [fields: TemplateField, 20 sampleTemplates: Template] // only applicable when entity=SamplingEvent, 21 // for storing which Sample (template)s result from a SamplingEvent (template) 19 static hasMany = [fields: TemplateField] 22 20 23 21 static constraints = {
Note: See TracChangeset
for help on using the changeset viewer.