Changeset 215 for trunk/grails-app/conf


Ignore:
Timestamp:
Dec 4, 2009, 12:19:20 PM (14 years ago)
Author:
gav
Message:

Always show Calendar in Nav bar.

File:
1 edited

Legend:

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

    r200 r215  
    143143    [order:20, controller:'taskDetailed', title:'tasks', action:'search',
    144144        subItems: [
    145             [order:10, controller:'taskDetailed', title:'Search', action:'search', isVisible: { params.action != 'searchCalendar'}],
    146             [order:11, controller:'taskDetailed', title:'Calendar', action:'searchCalendar', isVisible: { params.action == 'searchCalendar' }],
     145            [order:10, controller:'taskDetailed', title:'Search', action:'search', isVisible: { true }],
     146            [order:11, controller:'taskDetailed', title:'Calendar', action:'searchCalendar', isVisible: { true }],
    147147            [order:20, controller:'taskDetailed', title:'Create', action:'create', isVisible: { true }],
    148148            [order:90, controller:'taskDetailed', title:'Show', action:'show', isVisible: { params.action == 'show' }],
Note: See TracChangeset for help on using the changeset viewer.