Changeset 383 for trunk/grails-app/conf


Ignore:
Timestamp:
Feb 18, 2010, 4:51:45 AM (14 years ago)
Author:
gav
Message:

Svn move SupplierType and ManufacturerType controllers and views to detailed and complete detailing.

File:
1 edited

Legend:

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

    r380 r383  
    247247            [order:91, controller:'inventoryGroupDetailed', title:'Edit', action:'edit', isVisible: { params.action == 'edit' }]
    248248        ]
     249    ],
     250    [order:100, controller:'manufacturerTypeDetailed', title:'manufacturerType', action:'list',
     251        subItems: [
     252            [order:10, controller:'manufacturerTypeDetailed', title:'Manufacturer Type List', action:'list', isVisible: { true }],
     253            [order:20, controller:'manufacturerTypeDetailed', title:'Create', action:'create', isVisible: { true }],
     254            [order:90, controller:'manufacturerTypeDetailed', title:'Show', action:'show', isVisible: { params.action == 'show' }],
     255            [order:91, controller:'manufacturerTypeDetailed', title:'Edit', action:'edit', isVisible: { params.action == 'edit' }]
     256        ]
     257    ],
     258    [order:110, controller:'supplierTypeDetailed', title:'supplierType', action:'list',
     259        subItems: [
     260            [order:10, controller:'supplierTypeDetailed', title:'Supplier Type List', action:'list', isVisible: { true }],
     261            [order:20, controller:'supplierTypeDetailed', title:'Create', action:'create', isVisible: { true }],
     262            [order:90, controller:'supplierTypeDetailed', title:'Show', action:'show', isVisible: { params.action == 'show' }],
     263            [order:91, controller:'supplierTypeDetailed', title:'Edit', action:'edit', isVisible: { params.action == 'edit' }]
     264        ]
    249265    ]
    250266]
Note: See TracChangeset for help on using the changeset viewer.