- Timestamp:
- Jul 14, 2010, 1:18:53 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/InventoryGroupDetailedController.groovy
r403 r628 1 1 import org.codehaus.groovy.grails.plugins.springsecurity.Secured 2 2 3 @Secured(['ROLE_AppAdmin', 'ROLE_Manager' , 'ROLE_InventoryManager'])3 @Secured(['ROLE_AppAdmin', 'ROLE_Manager']) 4 4 class InventoryGroupDetailedController extends BaseController { 5 5
Note: See TracChangeset
for help on using the changeset viewer.