From 660d329b41e1df850d56c512495d300085489992 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 30 Oct 2008 11:16:31 +0000 Subject: [PATCH] Filter Departments in Listings. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12831 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_MultiSelectWindow.inc | 5 +++++ 1 file changed, 5 insertions(+) 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(); -- 2.30.2