Ignore:
Timestamp:
Nov 25, 2010, 12:08:12 PM (13 years ago)
Author:
gav
Message:

Domain change: as per ticket #97 - Drop the entire Manufacturer domain concept.

File:
1 edited

Legend:

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

    r646 r722  
    270270        ]
    271271    ],
    272     [order:60, controller:'manufacturerDetailed', title:'manufacturer', action:'list',
    273         subItems: [
    274             [order:10, controller:'manufacturerDetailed', title:'Manufacturer List', action:'list', isVisible: { true }],
    275             [order:20, controller:'manufacturerDetailed', title:'Create', action:'create', isVisible: { true }],
    276             [order:90, controller:'manufacturerDetailed', title:'Show', action:'show', isVisible: { params.action == 'show' }],
    277             [order:91, controller:'manufacturerDetailed', title:'Edit', action:'edit', isVisible: { params.action == 'edit' }]
    278         ]
    279     ],
    280272    [order:70, controller:'inventoryStoreDetailed', title:'inventoryStore', action:'list',
    281273        subItems: [
     
    300292            [order:90, controller:'inventoryGroupDetailed', title:'Show', action:'show', isVisible: { params.action == 'show' }],
    301293            [order:91, controller:'inventoryGroupDetailed', title:'Edit', action:'edit', isVisible: { params.action == 'edit' }]
    302         ]
    303     ],
    304     [order:100, controller:'manufacturerTypeDetailed', title:'manufacturerType', action:'list',
    305         subItems: [
    306             [order:10, controller:'manufacturerTypeDetailed', title:'Manufacturer Type List', action:'list', isVisible: { true }],
    307             [order:20, controller:'manufacturerTypeDetailed', title:'Create', action:'create', isVisible: { true }],
    308             [order:90, controller:'manufacturerTypeDetailed', title:'Show', action:'show', isVisible: { params.action == 'show' }],
    309             [order:91, controller:'manufacturerTypeDetailed', title:'Edit', action:'edit', isVisible: { params.action == 'edit' }]
    310294        ]
    311295    ],
Note: See TracChangeset for help on using the changeset viewer.