Changeset 559 for trunk/grails-app/conf


Ignore:
Timestamp:
May 31, 2010, 9:39:19 PM (14 years ago)
Author:
gav
Message:

Svn move UnitOfMeasure to UnitOfMeasureDetailed.

File:
1 edited

Legend:

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

    r556 r559  
    365365            [order:91, controller:'taskGroupDetailed', title:'Edit', action:'edit', isVisible: { params.action == 'edit' }]
    366366        ]
     367    ],
     368    [order:210, controller:'unitOfMeasureDetailed', title:'unitOfMeasure', action:'list',
     369        subItems: [
     370            [order:10, controller:'unitOfMeasureDetailed', title:'Unit Of Measure List', action:'list', isVisible: { true }],
     371            [order:20, controller:'unitOfMeasureDetailed', title:'Create', action:'create', isVisible: { true }],
     372            [order:90, controller:'unitOfMeasureDetailed', title:'Show', action:'show', isVisible: { params.action == 'show' }],
     373            [order:91, controller:'unitOfMeasureDetailed', title:'Edit', action:'edit', isVisible: { params.action == 'edit' }]
     374        ]
    367375    ]
    368376]
Note: See TracChangeset for help on using the changeset viewer.