Changeset 556 for trunk/grails-app/controllers
- Timestamp:
- May 31, 2010, 7:02:23 PM (14 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/TaskGroupDetailedController.groovy
r547 r556 1 1 import org.codehaus.groovy.grails.plugins.springsecurity.Secured 2 2 3 class TaskGroupController extends BaseAppAdminController { 3 @Secured(['ROLE_AppAdmin', 'ROLE_Manager', 'ROLE_TaskManager']) 4 class TaskGroupDetailedController extends BaseController { 4 5 5 6 def index = { redirect(action:list,params:params) }
Note: See TracChangeset
for help on using the changeset viewer.