Ignore:
Timestamp:
Mar 4, 2011, 4:28:45 PM (12 years ago)
Author:
work@…
Message:
  • fixing remaining test issues
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/taglib/dbnp/studycapturing/WizardTagLib.groovy

    r1588 r1590  
    3939        def studySelect = { attrs ->
    4040                // 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);
    4242
    4343                // got a name?
Note: See TracChangeset for help on using the changeset viewer.