Code

Reassign parent before drawing new list to avoid php probs
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 19 May 2006 09:00:08 +0000 (09:00 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 19 May 2006 09:00:08 +0000 (09:00 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3455 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/applications/class_applicationManagement.inc
plugins/admin/departments/class_departmentManagement.inc
plugins/admin/fai/class_faiManagement.inc
plugins/admin/groups/class_groupManagement.inc
plugins/admin/ogroups/class_ogroupManagement.inc
plugins/admin/systems/class_systemManagement.inc
plugins/admin/users/class_userManagement.inc
plugins/gofax/blocklists/class_blocklistManagement.inc
plugins/gofon/conference/class_phoneConferenceManagment.inc
plugins/gofon/macro/class_gofonMacroManagement.inc

index d0f1d793476a2ef5f571538296cc0abd6e6cbf5c..e71dee31665b7293549b0385b4e8b93ad14a886a 100644 (file)
@@ -359,6 +359,7 @@ class applicationManagement extends plugin
      ****************/
 
     /* Display dialog with system list */
+    $this->DivListApplication->parent = $this;
     $this->DivListApplication->execute();
     $this->DivListApplication->AddDepartments($this->DivListApplication->selectedBase);
     $this->reload();
index 947b541af6e40ce03c6911e6b14f4baf36072d67..9856fed429bbc4c9b26d60d45b83edbd0fcddedb 100644 (file)
@@ -303,6 +303,7 @@ class departmentManagement extends plugin
       return ($display);
     }else{
       /* Display dialog with group list */
+      $this->DivListDepartment->parent = $this;
       $this->DivListDepartment->execute();
       $this->reload();
       $this->DivListDepartment->DepartmentsAdded = true;
index 32152b9cab5b6ed51cba3c94e8c8f775fb532cdc..ea0871b9ee1f725bd498ae2236b6cd38ff854f51 100644 (file)
@@ -542,6 +542,7 @@ class faiManagement extends plugin
      ****************/
 
     /* Display dialog with system list */
+    $this->DivListFai->parent = $this;
     $this->DivListFai->execute();
     $this->DivListFai->AddDepartments($this->DivListFai->selectedBase,4);
     $this->reload();
index fa15aabc6e9f7f1a1036571377e4f94d666b8e32..fa3592cab455f84e7717bc0a130f3693c9539b13 100644 (file)
@@ -332,6 +332,7 @@ class groupManagement extends plugin
     }
 
     /* Display dialog with group list */
+    $this->DivListGroup->parent = $this;
     $this->DivListGroup->execute();
 
     /* Add departments if subsearch is disabled */
index 82b7bb6a57909292cd457bd806f160e58787d511..ebc120a7a5c408454e0f13dfc51fdfe08f9344ca 100644 (file)
@@ -342,6 +342,7 @@ class ogroupManagement extends plugin
      ****************/
 
     /* Display dialog with group list */
+    $this->DivListOGroup->parent = $this;
     $this->DivListOGroup->execute();
 
     /* Add departments if subsearch is disabled */
index adcb5b6bee0da4dbe5c68481797110a4a43b30c0..5c37d6b904e6f4ef52e4e39bdd36e50b98fc1c74 100644 (file)
@@ -482,6 +482,7 @@ class systems extends plugin
     }
 
     /* Display dialog with system list */
+    $this->DivListSystem->parent = $this;
     $this->DivListSystem->execute();
 
     /* Add departments if subsearch is disabled */
index e13892c96c3cc29058ff72454dcbd9a176b285d4..7d2fd5cda6cd0ad5aa561c4c2d9f4ce0d2251b3f 100644 (file)
@@ -630,6 +630,7 @@ class userManagement extends plugin
       
     /* Return rendered main page */
         /* Display dialog with system list */
+    $this->DivListUsers->parent = $this;
     $this->DivListUsers->execute();
 
     /* Add departments if subsearch is disabled */
index 63f2dbb77d1af2113f53ec0a2532b2ff3838b067..bcb4c10d546157845430861da2345df283b9077f 100644 (file)
@@ -292,6 +292,7 @@ class blocklist extends plugin
        ***************/
 
       /* Display dialog with system list */
+      $this->DivListBlocklist->parent = $this;
       $this->DivListBlocklist->execute();
 
       /* Add departments if subsearch is disabled */
index 9444cccce279349252e24fb65158ed50494e8ead..a6a20c7d2a3e8728c026fa0ddaef0df07785a763 100644 (file)
@@ -251,6 +251,7 @@ class phoneConferenceManagment extends plugin
 
     /* Return rendered main page */
     /* Display dialog with system list */
+    $this->DivListConference->parent = $this;
     $this->DivListConference->execute();
 
     /* Add departments if subsearch is disabled */
index cb28c7e132fdd056abb844b9e5995013258eee5b..23b1720b3a5ed5d3aacc7eccfa8a2e7bbbc03be6 100755 (executable)
@@ -273,6 +273,7 @@ class gofonMacro extends plugin
 
     /* Return rendered main page */
     /* Display dialog with system list */
+    $this->DivListMacro->parent = $this;
     $this->DivListMacro->execute();
 
     /* Add departments if subsearch is disabled */