Ignore:
Timestamp:
Jan 22, 2010, 5:29:24 PM (14 years ago)
Author:
gav
Message:

Secure and work on import asset tree functions.
Improvements to CustomTagLib.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/controllers/AssetDetailedController.groovy

    r286 r290  
    1414    static allowedMethods = [delete:'POST', save:'POST', update:'POST', saveCopy:'POST']
    1515
     16    def overview = {
     17    }
     18
     19    @Secured(['ROLE_Manager','ROLE_AppAdmin'])
    1620    def importAssetTree = {
    1721    }
    18     def overview = {
    19     }
    20 
     22
     23    @Secured(['ROLE_Manager','ROLE_AppAdmin'])
    2124    def importAssetTreeSave = {
    2225        def result = csvService.importAssetTree(request)
Note: See TracChangeset for help on using the changeset viewer.