Changeset 412 for trunk/grails-app/conf


Ignore:
Timestamp:
Feb 24, 2010, 2:22:35 PM (14 years ago)
Author:
gav
Message:

Add alt menu and shared messages to department detailed views.

File:
1 edited

Legend:

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

    r395 r412  
    288288            [order:91, controller:'extendedAttributeTypeDetailed', title:'Edit', action:'edit', isVisible: { params.action == 'edit' }]
    289289        ]
     290    ],
     291    [order:150, controller:'departmentDetailed', title:'department', action:'list',
     292        subItems: [
     293            [order:10, controller:'departmentDetailed', title:'Department List', action:'list', isVisible: { true }],
     294            [order:20, controller:'departmentDetailed', title:'Create', action:'create', isVisible: { true }],
     295            [order:90, controller:'departmentDetailed', title:'Show', action:'show', isVisible: { params.action == 'show' }],
     296            [order:91, controller:'departmentDetailed', title:'Edit', action:'edit', isVisible: { params.action == 'edit' }]
     297        ]
    290298    ]
    291299]
Note: See TracChangeset for help on using the changeset viewer.