Ignore:
Timestamp:
Feb 18, 2010, 3:42:40 AM (14 years ago)
Author:
gav
Message:

Svn move InventoryGroup controller and views to detailed and complete detailing.

File:
1 edited

Legend:

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

    r377 r380  
    239239            [order:91, controller:'inventoryLocationDetailed', title:'Edit', action:'edit', isVisible: { params.action == 'edit' }]
    240240        ]
     241    ],
     242    [order:90, controller:'inventoryGroupDetailed', title:'inventoryGroup', action:'list',
     243        subItems: [
     244            [order:10, controller:'inventoryGroupDetailed', title:'Inventory Group List', action:'list', isVisible: { true }],
     245            [order:20, controller:'inventoryGroupDetailed', title:'Create', action:'create', isVisible: { true }],
     246            [order:90, controller:'inventoryGroupDetailed', title:'Show', action:'show', isVisible: { params.action == 'show' }],
     247            [order:91, controller:'inventoryGroupDetailed', title:'Edit', action:'edit', isVisible: { params.action == 'edit' }]
     248        ]
    241249    ]
    242250]
Note: See TracChangeset for help on using the changeset viewer.