summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c9de11a)
raw | patch | inline | side by side (parent: c9de11a)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 27 Jun 2006 09:18:18 +0000 (09:18 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 27 Jun 2006 09:18:18 +0000 (09:18 +0000) |
New departments wasn't useable via Multiselect lists.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3934 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3934 594d385d-05f5-0310-b6e9-bd551577e9d8
include/class_MultiSelectWindow.inc | patch | blob | history |
index caf994ba6b247bd7d71a97d365f35657e1fc1d5c..0697fc4f965add55fb5fbde1647219026cc693e5 100644 (file)
Store data also into a session var, to keep the checkboxes check after reload */
function save_object()
{
+ /* Get up to date config */
+ $this->config = $this->parent->config;
+
/* Update current base */
if($this->DepartmentsAdded){
$s_action ="";