Changeset 435
- Timestamp:
- May 18, 2010, 5:15:46 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/TemplateEntity.groovy
r422 r435 427 427 */ 428 428 def List<TemplateField> giveTemplateFields() { 429 return this.template.fields;429 return (this.template) ? this.template.fields : [] 430 430 } 431 431
Note: See TracChangeset
for help on using the changeset viewer.