Changeset 149 for trunk/grails-app/conf/Config.groovy
- Timestamp:
- Oct 9, 2009, 9:47:11 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/Config.groovy
r147 r149 78 78 subItems: [ 79 79 [order:10, controller:'appCore', title:'Start', action:'start', isVisible: { true }], 80 [order:20, controller:'appCore', title:'Manager', action:'manager', isVisible: { authenticateService.ifA llGranted('ROLE_Manager') }],80 [order:20, controller:'appCore', title:'Manager', action:'manager', isVisible: { authenticateService.ifAnyGranted('ROLE_Manager,ROLE_AppAdmin') }], 81 81 [order:30, controller:'appCore', title:'Admin', action:'appAdmin', isVisible: { authenticateService.ifAllGranted('ROLE_AppAdmin') }], 82 82 [order:90, controller:'appCore', title:'Timeout', action:'changeSessionTimeout', isVisible: { params.action == 'changeSessionTimeout' }],
Note: See TracChangeset
for help on using the changeset viewer.