Code

Converted buttons:
[gosa.git] / gosa-core / include / class_management.inc
index c8a385764debb8cd96a303884be872887a1cdd01..89f56c163272f825930a41461e8eee52dc472ca4 100644 (file)
@@ -122,6 +122,9 @@ class management
 
     $this->registerAction("config-filter","editFilter");
     $this->registerAction("saveFilter","saveFilter");
+
+    // To temporay disable the filter caching UNcomment this line.
+    #session::global_un_set(get_class($this)."_filter");
   }
 
   /*! \brief  Execute this plugin
@@ -702,6 +705,9 @@ class management
         @DEBUG (DEBUG_TRACE, __LINE__, __FUNCTION__, __FILE__,$this->dns,"Entry saved!");
         $this->remove_lock();
         $this->closeDialogs();
+
+        // Ask filter to reload information
+        $this->filter->reloadFilters();
       }
     }
   }