Changeset 1589
- Timestamp:
- Mar 4, 2011, 12:34:04 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/Study.groovy
r1588 r1589 718 718 // Send messages to modules about changes in this study 719 719 def beforeInsert = { 720 manualFlush{ cd ..720 manualFlush{ 721 721 moduleNotificationService.invalidateStudy( this ) 722 722 }
Note: See TracChangeset
for help on using the changeset viewer.