Index: trunk/grails-app/controllers/AssetDetailedController.groovy
===================================================================
--- trunk/grails-app/controllers/AssetDetailedController.groovy	(revision 289)
+++ trunk/grails-app/controllers/AssetDetailedController.groovy	(revision 290)
@@ -14,9 +14,12 @@
     static allowedMethods = [delete:'POST', save:'POST', update:'POST', saveCopy:'POST']
 
+    def overview = {
+    }
+
+    @Secured(['ROLE_Manager','ROLE_AppAdmin'])
     def importAssetTree = {
     }
-    def overview = {
-    }
-
+
+    @Secured(['ROLE_Manager','ROLE_AppAdmin'])
     def importAssetTreeSave = {
         def result = csvService.importAssetTree(request)
