Code

Fixed filtering
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 9 Jun 2006 10:58:45 +0000 (10:58 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 9 Jun 2006 10:58:45 +0000 (10:58 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@3758 594d385d-05f5-0310-b6e9-bd551577e9d8

Changelog
include/class_MultiSelectWindow.inc

index 061fb49c25a8944775b2c4f0faf19a5c2a982c35..55b7f7678fb753025edb083b5b9d622c8c3af14b 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,10 @@
 GOsa2 changelog
 ===============
 
+* gosa 2.5.2
+  - Fixed current main base not beeing set when editing non tabbed
+    plugins
+
 * gosa 2.5.1
   - Fixed problems with NFS shares and terminals
   - Finalized polish translations
index 6cb52c0f6651490c0c0d14a20502b9fd1726cc26..7c74128ad44d35509da6b702c135295d4c560d5d 100644 (file)
@@ -477,6 +477,7 @@ class MultiSelectWindow{
                                        $val = preg_replace("/\*\**/","*",$val);
                                        $this->array_Regexes[$key]['value'] = $val;
                                        $this->$box['name'] = $val;
+          $_SESSION['MultiDialogFilters'][$this->filterName][$box['name']] =  $val;
                                }
                        }
                }