Changeset 306 for trunk/grails-app/controllers
- Timestamp:
- Jan 31, 2010, 10:38:12 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/AssetDetailedController.groovy
r305 r306 14 14 15 15 @Secured(['ROLE_AppAdmin', 'ROLE_Manager', 'ROLE_AssetManager', 'ROLE_AssetUser']) 16 def index = { redirect(action:overview,params:params) } 17 18 @Secured(['ROLE_AppAdmin', 'ROLE_Manager', 'ROLE_AssetManager', 'ROLE_AssetUser']) 19 def overview = { 20 } 16 def index = { redirect(action:search,params:params) } 21 17 22 18 def importAssetTree = {
Note: See TracChangeset
for help on using the changeset viewer.