Code

Reload branch list on every execute call
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 13 Nov 2006 08:00:15 +0000 (08:00 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 13 Nov 2006 08:00:15 +0000 (08:00 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5077 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/fai/class_faiManagement.inc

index 83e4c11ade6563e51a80286702d8bf19d004995d..b68f90f3ce7ffa669329c72abd2002441d09ec39 100644 (file)
@@ -79,6 +79,9 @@ class faiManagement extends plugin
        {
     /* Call parent execute */
     plugin::execute();
+  
+    /* Get new list of available branches */
+    $this->DivListFai->AvailableBranches = $this->getBranches();
 
     /* Initialise vars and smarty */
                $smarty         = get_smarty();