Ignore:
Timestamp:
Jul 19, 2010, 8:47:38 AM (14 years ago)
Author:
gav
Message:

Domain change: Add PurchasingGroup?.
Logic and views to suite.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/conf/Config.groovy

    r627 r633  
    401401            [order:91, controller:'inventoryItemPurchaseDetailed', title:'Edit', action:'edit', isVisible: { params.action == 'edit' }]
    402402        ]
     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        ]
    403411    ]
    404412]
Note: See TracChangeset for help on using the changeset viewer.