Changeset 149 for trunk/grails-app/controllers/PersonController.groovy
- Timestamp:
- Oct 9, 2009, 9:47:11 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/PersonController.groovy
r147 r149 1 1 import org.codehaus.groovy.grails.plugins.springsecurity.Secured 2 2 3 @Secured(['ROLE_Manager' ])3 @Secured(['ROLE_Manager','ROLE_AppAdmin']) 4 4 class PersonController extends BaseAppAdminController { 5 5
Note: See TracChangeset
for help on using the changeset viewer.