Changeset 140 for trunk/grails-app/conf
- Timestamp:
- Oct 1, 2009, 5:11:48 AM (15 years ago)
- Location:
- trunk/grails-app/conf
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/BootStrap.groovy
r137 r140 281 281 taskPriority:TaskPriority.get(2), 282 282 taskType:TaskType.get(1), 283 leadPerson:Person.get( 3),283 leadPerson:Person.get(2), 284 284 description:"Check specific level sensor", 285 285 comment:"Has been noted as problematic, try recalibrating.") -
trunk/grails-app/conf/Config.groovy
r139 r140 86 86 [order:20, controller:'taskDetailed', title:'tasks', action:'search', 87 87 subItems: [ 88 [order:10, controller:'taskDetailed', title:'Search', action:'search', isVisible: { true }], 88 [order:10, controller:'taskDetailed', title:'Search', action:'search', isVisible: { params.action != 'advancedSearch'}], 89 [order:11, controller:'taskDetailed', title:'Advanced Search', action:'advancedSearch', isVisible: { params.action == 'advancedSearch' }], 89 90 [order:20, controller:'taskDetailed', title:'Create', action:'create', isVisible: { true }], 90 91 [order:90, controller:'taskDetailed', title:'Show', action:'show', isVisible: { params.action == 'show' }], -
trunk/grails-app/conf/SecurityConfig.groovy
r139 r140 42 42 '/plugins/richui-0.6/**': ['IS_AUTHENTICATED_FULLY'], 43 43 '/plugins/navigation-1.1/**': ['IS_AUTHENTICATED_FULLY'], 44 '/plugins/filterpane-0.6.2/**': ['IS_AUTHENTICATED_FULLY'], 44 45 '/plugins/class-diagram-0.3/**': ['IS_AUTHENTICATED_FULLY'], 45 46 '/classDiagram*': ['IS_AUTHENTICATED_FULLY'],
Note: See TracChangeset
for help on using the changeset viewer.