Changeset 2219
- Timestamp:
- Apr 11, 2012, 8:18:20 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/Study.groovy
r2218 r2219 420 420 421 421 // Readers are allowed to read this study when it is published 422 if (this.readers.contains(loggedInUser) && this.published) { 422 // if (this.readers.contains(loggedInUser) && this.published) { 423 if (this.readers.contains(loggedInUser)) { 423 424 return true 424 425 }
Note: See TracChangeset
for help on using the changeset viewer.