Changeset 811 for trunk/grails-app/domain/dbnp/studycapturing/Study.groovy
- Timestamp:
- Aug 16, 2010, 12:16:48 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/Study.groovy
r810 r811 321 321 322 322 // remove the eventGroup from the study 323 println ".remove eventGroup '${eventGroup.name}' from study ' {$this.name}'"323 println ".remove eventGroup '${eventGroup.name}' from study '${this.name}'" 324 324 this.removeFromEventGroups(eventGroup) 325 325
Note: See TracChangeset
for help on using the changeset viewer.