Changeset 321 for trunk/grails-app/domain
- Timestamp:
- Mar 31, 2010, 2:02:35 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/TemplateEntity.groovy
r313 r321 91 91 // First, search if there is an entity property with the given name, and if so, set that 92 92 if (this.properties.containsKey(fieldName)) { 93 this[fieldName] = value 93 this[fieldName] = value 94 94 } 95 95 // If not the found, then it is a template field, so check if there is a template
Note: See TracChangeset
for help on using the changeset viewer.