Index: trunk/grails-app/controllers/AppCoreController.groovy
===================================================================
--- trunk/grails-app/controllers/AppCoreController.groovy	(revision 312)
+++ trunk/grails-app/controllers/AppCoreController.groovy	(revision 318)
@@ -34,11 +34,4 @@
     */
     def start = {
-    }
-
-    /**
-    * Save the asset Tree status in the current http session.
-    */
-    def saveAssetTreeStatus = {
-        session.assetTreeVisibleBranches = params.assetTreeVisibleBranches
     }
 
Index: trunk/grails-app/controllers/AssetDetailedController.groovy
===================================================================
--- trunk/grails-app/controllers/AssetDetailedController.groovy	(revision 312)
+++ trunk/grails-app/controllers/AssetDetailedController.groovy	(revision 318)
@@ -23,4 +23,11 @@
         def s = assetTreeService.buildAssetTree(params, session)
         render s
+    }
+
+    /**
+    * Save the asset tree status in the current http session.
+    */
+    def saveAssetTreeStatus = {
+        session.assetTreeVisibleBranches = params.assetTreeVisibleBranches
     }
 
