Changeset 633 for trunk/grails-app/conf
- Timestamp:
 - Jul 19, 2010, 8:47:38 AM (15 years ago)
 - File:
 - 
          
- 1 edited
 
- 
          trunk/grails-app/conf/Config.groovy (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
trunk/grails-app/conf/Config.groovy
r627 r633 401 401 [order:91, controller:'inventoryItemPurchaseDetailed', title:'Edit', action:'edit', isVisible: { params.action == 'edit' }] 402 402 ] 403 ], 404 [order:230, controller:'purchasingGroupDetailed', title:'purchasingGroup', action:'list', 405 subItems: [ 406 [order:10, controller:'purchasingGroupDetailed', title:'Purchasing Group List', action:'list', isVisible: { true }], 407 [order:20, controller:'purchasingGroupDetailed', title:'Create', action:'create', isVisible: { true }], 408 [order:90, controller:'purchasingGroupDetailed', title:'Show', action:'show', isVisible: { params.action == 'show' }], 409 [order:91, controller:'purchasingGroupDetailed', title:'Edit', action:'edit', isVisible: { params.action == 'edit' }] 410 ] 403 411 ] 404 412 ]  
Note: See TracChangeset
          for help on using the changeset viewer.
      