Changeset 1590 for trunk/grails-app/taglib
- Timestamp:
- Mar 4, 2011, 4:28:45 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/taglib/dbnp/studycapturing/WizardTagLib.groovy
r1588 r1590 39 39 def studySelect = { attrs -> 40 40 // Find all studies the user has access to (max 100) 41 attrs.from = Study.giveWritableStudies(authenticationService ().getLoggedInUser(), 100);41 attrs.from = Study.giveWritableStudies(authenticationService.getLoggedInUser(), 100); 42 42 43 43 // got a name?
Note: See TracChangeset
for help on using the changeset viewer.