Changeset 440 for trunk/grails-app/conf


Ignore:
Timestamp:
Mar 16, 2010, 11:33:22 AM (14 years ago)
Author:
gav
Message:

Add Person import feature.
Commit has a small amount of cross over code to the commits will follow.

File:
1 edited

Legend:

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

    r433 r440  
    104104            warn "grails.app.controller"
    105105            info "grails.app.service.AssetCsvService"
     106            info "grails.app.service.PersonCsvService"
    106107            info "grails.app.service.InventoryCsvService"
    107108            break
     
    306307            [order:91, controller:'productionReferenceDetailed', title:'Edit', action:'edit', isVisible: { params.action == 'edit' }]
    307308        ]
     309    ],
     310    [order:170, controller:'costCodeDetailed', title:'costCode', action:'list',
     311        subItems: [
     312            [order:10, controller:'costCodeDetailed', title:'Cost Code List', action:'list', isVisible: { true }],
     313            [order:20, controller:'costCodeDetailed', title:'Create', action:'create', isVisible: { true }],
     314            [order:90, controller:'costCodeDetailed', title:'Show', action:'show', isVisible: { params.action == 'show' }],
     315            [order:91, controller:'costCodeDetailed', title:'Edit', action:'edit', isVisible: { params.action == 'edit' }]
     316        ]
    308317    ]
    309318]
Note: See TracChangeset for help on using the changeset viewer.