Changeset 431 for trunk/grails-app/conf


Ignore:
Timestamp:
Mar 5, 2010, 12:45:43 PM (14 years ago)
Author:
gav
Message:

Add ProductionReference.
Add ProductionManager and ProductionUser roles.
Update immediate callout help definitions, roll errors into one ul.
Add help definitions for resolved and unresolved.

File:
1 edited

Legend:

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

    r418 r431  
    297297            [order:91, controller:'departmentDetailed', title:'Edit', action:'edit', isVisible: { params.action == 'edit' }]
    298298        ]
     299    ],
     300    [order:160, controller:'productionReferenceDetailed', title:'productionReference', action:'list',
     301        subItems: [
     302            [order:10, controller:'productionReferenceDetailed', title:'Production Reference List', action:'list', isVisible: { true }],
     303            [order:20, controller:'productionReferenceDetailed', title:'Create', action:'create', isVisible: { true }],
     304            [order:90, controller:'productionReferenceDetailed', title:'Show', action:'show', isVisible: { params.action == 'show' }],
     305            [order:91, controller:'productionReferenceDetailed', title:'Edit', action:'edit', isVisible: { params.action == 'edit' }]
     306        ]
    299307    ]
    300308]
Note: See TracChangeset for help on using the changeset viewer.