Code

Added delete icon to ppd list if ppd file is removeable
[gosa.git] / plugins / admin / systems / tabs_server.inc
index 12441a37e6ad669f8bceef9ef6d25a012dcbea43..037aa850199ef91f1d45d9ecfe5ce965bc37968a 100644 (file)
@@ -20,6 +20,7 @@ class servtabs extends tabs
        'dn' to all plugins */
     $baseobject= $this->by_object['servgeneric'];
     $this->dn= "cn=$baseobject->cn,ou=servers,ou=systems,".$baseobject->base;
+    $baseobject->dn= $this->dn;
 
     foreach ($this->by_object as $key => $obj){
       $this->by_object[$key]->dn= $this->dn;
@@ -32,6 +33,9 @@ class servtabs extends tabs
     $config= $_SESSION['config'];
     $config->load_servers();
     $_SESSION['config']= $config;
+
+    /* Fix tagging if needed */
+    $baseobject->handle_object_tagging();
   }
 
 }