- Timestamp:
- Jan 13, 2011, 9:45:59 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/dbnp/importer/ImporterController.groovy
r1381 r1387 12 12 13 13 import org.codehaus.groovy.grails.plugins.web.taglib.ValidationTagLib 14 15 import grails.plugins.springsecurity.Secured 14 16 15 17 /** … … 24 26 * $Date$ 25 27 */ 28 @Secured(['IS_AUTHENTICATED_REMEMBERED']) 26 29 class ImporterController { 27 30 // the pluginManager is used to check if the Grom … … 120 123 flow.studies = Study.findAllWhere(owner:AuthenticationService.getLoggedInUser()) 121 124 flow.importer_importableentities = grailsApplication.config.gscf.domain.importableEntities 122 125 123 126 success() 124 127 }
Note: See TracChangeset
for help on using the changeset viewer.