Changeset 628 for trunk/grails-app/controllers/PersonController.groovy
- Timestamp:
- Jul 14, 2010, 1:18:53 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/PersonController.groovy
r440 r628 2 2 import org.codehaus.groovy.grails.commons.ConfigurationHolder 3 3 4 @Secured(['ROLE_ Manager','ROLE_AppAdmin'])4 @Secured(['ROLE_AppAdmin', 'ROLE_Manager']) 5 5 class PersonController extends BaseAppAdminController { 6 6
Note: See TracChangeset
for help on using the changeset viewer.