source: trunk/grails-app/controllers/BaseController.groovy @ 967

Last change on this file since 967 was 628, checked in by gav, 14 years ago

Full authorisation review.
Add manager role to BaseController.
Remove inventory manager role from CostCode controller as per ticket #77.
Remove inventory manager role from InventoryGroup controller CUD actions.
Add all manager roles to Address and Contact controllers.
Add production and task manager roles to ProductionReference controller.

  • Property svn:executable set to *
File size: 162 bytes
Line 
1import org.codehaus.groovy.grails.plugins.springsecurity.Secured
2
3@Secured(['ROLE_AppAdmin', 'ROLE_Manager', 'ROLE_AppUser'])
4abstract class BaseController {
5
6}
7
Note: See TracBrowser for help on using the repository browser.