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