Code

Added conflict with kolab
[gosa.git] / plugins / admin / systems / tabs_workstation.inc
index ce5a65298982249e23e4aebe5160a41395583635..96a1ce69da01461287ff3954bf7999afe7c47339 100644 (file)
@@ -38,6 +38,7 @@ class worktabs extends tabs
        'dn' to all plugins */
     $baseobject= $this->by_object['workgeneric'];
     $this->dn= "cn=".$baseobject->cn.",ou=workstations,ou=systems,".$baseobject->base;
+    $baseobject->dn= $this->dn;
 
     foreach ($this->by_object as $key => $obj){
       $this->by_object[$key]->dn= $this->dn;
@@ -49,6 +50,8 @@ class worktabs extends tabs
       $this->by_object['printgeneric']->remove_from_parent();
     }
 
+    /* Fix tagging if needed */
+    $baseobject->handle_object_tagging();
   }
 
 }