Changeset 1571 for trunk/grails-app/domain
- Timestamp:
- Feb 25, 2011, 5:28:46 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/Study.groovy
r1494 r1571 157 157 */ 158 158 def ArrayList giveAssaysForTemplate(Template template) { 159 assays.findAll { it .template.equals(template) }159 assays.findAll { it && it.template.equals(template) } 160 160 } 161 161
Note: See TracChangeset
for help on using the changeset viewer.