From: hickert Date: Thu, 30 Oct 2008 11:16:31 +0000 (+0000) Subject: Filter Departments in Listings. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=660d329b41e1df850d56c512495d300085489992;p=gosa.git Filter Departments in Listings. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12831 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_MultiSelectWindow.inc b/gosa-core/include/class_MultiSelectWindow.inc index 73746231c..b18850122 100644 --- a/gosa-core/include/class_MultiSelectWindow.inc +++ b/gosa-core/include/class_MultiSelectWindow.inc @@ -655,6 +655,11 @@ class MultiSelectWindow{ $this->DepartmentsAdded = true; $this->Added_Departments = array(); $this->departments = array(); + + if(isset($this->Regex)){ + $this->base_selection_regex = $this->Regex; + } + $linkopen = "%s"; $types = departmentManagement::get_support_departments(); $ui = get_userinfo();