X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-core%2Finclude%2Fclass_management.inc;h=78fe1fc024d4447e3ea10356278a4fe90232a563;hb=caa5bbc484187f59cedf02e41321f6fb5fdc2a05;hp=1cc964db6e3cb0905bf37a36ca4d0a9dc20d7075;hpb=922367f0dfcba7c1be6e6b57b393c44e7a067a7f;p=gosa.git diff --git a/gosa-core/include/class_management.inc b/gosa-core/include/class_management.inc index 1cc964db6..78fe1fc02 100644 --- a/gosa-core/include/class_management.inc +++ b/gosa-core/include/class_management.inc @@ -122,6 +122,7 @@ class management $this->registerAction("config-filter","editFilter"); $this->registerAction("saveFilter","saveFilter"); + $this->registerAction("cancelFilter","cancelFilter"); // To temporay disable the filter caching UNcomment this line. #session::global_un_set(get_class($this)."_filter"); @@ -729,6 +730,7 @@ class management } } + /*! \brief Save filter modifcations. */ protected function saveFilter()