- Timestamp:
- Dec 15, 2010, 1:44:27 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/Template.groovy
r1269 r1272 301 301 // template fields with the same name, in order to have as little comparisons 302 302 // as possible 303 for( def otherField in TemplateField.findAllByName( field .name ) ) {303 for( def otherField in TemplateField.findAllByName( field?.name ) ) { 304 304 if( field.contentEquals( otherField ) ) { 305 305 field = otherField;
Note: See TracChangeset
for help on using the changeset viewer.