Index: trunk/grails-app/controllers/AssetDetailedController.groovy
===================================================================
--- trunk/grails-app/controllers/AssetDetailedController.groovy	(revision 305)
+++ trunk/grails-app/controllers/AssetDetailedController.groovy	(revision 306)
@@ -14,9 +14,5 @@
 
     @Secured(['ROLE_AppAdmin', 'ROLE_Manager', 'ROLE_AssetManager', 'ROLE_AssetUser'])
-    def index = { redirect(action:overview,params:params) }
-
-    @Secured(['ROLE_AppAdmin', 'ROLE_Manager', 'ROLE_AssetManager', 'ROLE_AssetUser'])
-    def overview = {
-    }
+    def index = { redirect(action:search,params:params) }
 
     def importAssetTree = {
