Changeset 556 for trunk/grails-app/conf


Ignore:
Timestamp:
May 31, 2010, 7:02:23 PM (14 years ago)
Author:
gav
Message:

Svn move TaskGroup to TaskGroupDetailed.

File:
1 edited

Legend:

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

    r508 r556  
    357357            [order:91, controller:'personGroupTypeDetailed', title:'Edit', action:'edit', isVisible: { params.action == 'edit' }]
    358358        ]
     359    ],
     360    [order:200, controller:'taskGroupDetailed', title:'taskProcedure', action:'list',
     361        subItems: [
     362            [order:10, controller:'taskGroupDetailed', title:'Task Group List', action:'list', isVisible: { true }],
     363            [order:20, controller:'taskGroupDetailed', title:'Create', action:'create', isVisible: { true }],
     364            [order:90, controller:'taskGroupDetailed', title:'Show', action:'show', isVisible: { params.action == 'show' }],
     365            [order:91, controller:'taskGroupDetailed', title:'Edit', action:'edit', isVisible: { params.action == 'edit' }]
     366        ]
    359367    ]
    360368]
Note: See TracChangeset for help on using the changeset viewer.