Last change
on this file since 796 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
|
Rev | Line | |
---|
[62] | 1 | import org.codehaus.groovy.grails.plugins.springsecurity.Secured |
---|
| 2 | |
---|
[628] | 3 | @Secured(['ROLE_AppAdmin', 'ROLE_Manager', 'ROLE_AppUser']) |
---|
[59] | 4 | abstract class BaseController { |
---|
[69] | 5 | |
---|
[59] | 6 | } |
---|
| 7 | |
---|
Note: See
TracBrowser
for help on using the repository browser.