Changeset 1910
- Timestamp:
- Jun 1, 2011, 6:03:33 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/Study.groovy
r1874 r1910 360 360 // 3. objects itself 361 361 // this seems now to work as expected 362 // - event group comparison: in progress, doesn't always seem to work but doesn't fail either? 362 363 this.samples.findAll { sample -> 363 364 ( … … 375 376 ) 376 377 }) 377 ) 378 && 379 eventGroup.equals(sample.parentEventGroup) 380 ) 378 381 }.each() { sample -> 379 382 // remove sample from study
Note: See TracChangeset
for help on using the changeset viewer.