Changeset 1353 for trunk/grails-app/domain
- Timestamp:
- Jan 7, 2011, 6:12:04 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/Study.groovy
r1327 r1353 217 217 // Delete the subject from the event groups it was referenced in 218 218 this.eventGroups.each { 219 if (it.subjects .contains(subject)) {219 if (it.subjects?.contains(subject)) { 220 220 it.removeFromSubjects(subject) 221 221 }
Note: See TracChangeset
for help on using the changeset viewer.