Changeset 72 for branches/TaskRewrite
- Timestamp:
- Mar 10, 2009, 10:39:34 AM (16 years ago)
- Location:
- branches/TaskRewrite/src/grails-app/controllers
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/TaskRewrite/src/grails-app/controllers/PersonController.groovy
r62 r72 1 1 import org.codehaus.groovy.grails.plugins.springsecurity.Secured 2 2 3 @Secured(['ROLE_A DMIN'])3 @Secured(['ROLE_AppAdmin']) 4 4 class PersonController { 5 5 -
branches/TaskRewrite/src/grails-app/controllers/PersonGroupController.groovy
r62 r72 1 1 import org.codehaus.groovy.grails.plugins.springsecurity.Secured 2 2 3 @Secured(['ROLE_A DMIN'])3 @Secured(['ROLE_AppAdmin']) 4 4 class PersonGroupController extends BaseController { 5 5 -
branches/TaskRewrite/src/grails-app/controllers/PersonGroupTypeController.groovy
r62 r72 1 1 import org.codehaus.groovy.grails.plugins.springsecurity.Secured 2 2 3 @Secured(['ROLE_A DMIN'])3 @Secured(['ROLE_AppAdmin']) 4 4 class PersonGroupTypeController extends BaseController { 5 5
Note: See TracChangeset
for help on using the changeset viewer.