- Timestamp:
- May 28, 2010, 11:55:56 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/Template.groovy
r421 r493 17 17 //nimble.User owner 18 18 List fields 19 static hasMany = [fields: TemplateField] 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) 20 22 21 23 static constraints = {
Note: See TracChangeset
for help on using the changeset viewer.