Code

Fixed department selection in MultiSelectBox class.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 17 Jul 2008 07:29:43 +0000 (07:29 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 17 Jul 2008 07:29:43 +0000 (07:29 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11692 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/admin/departments/class_divListDepartment.inc

index ce26e767b2e3642a79108aab224884058a0414cc..5104c9ee487ad6cb7a32ea803340d18e732d49d1 100644 (file)
@@ -178,7 +178,7 @@ class divListDepartment extends MultiSelectWindow
 
   function setEntries($list)
   {
-    $linkopen = "<a href='?plug=".$_GET['plug']."&amp;act=dep_open&amp;dep_id=%s'>%s</a>";
+    $linkopen = "<a href='?plug=".$_GET['plug']."&amp;post_id=".$this->post_id."&amp;act=dep_open&amp;dep_id=%s'>%s</a>";
 
     $types = $this->parent->get_support_departments();