X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=plugins%2Fadmin%2Fsystems%2Ftabs_component.inc;h=60facee5a7c6ea884f29804a158571db2f7f4958;hb=b9a665f8e5359cbfdf540f344f0419668521027f;hp=deead42afbf482258c3e1b4a8d958ef2fb70c85b;hpb=e299f0ca47a924516f2afbe4e922f2418b75315c;p=gosa.git diff --git a/plugins/admin/systems/tabs_component.inc b/plugins/admin/systems/tabs_component.inc index deead42af..60facee5a 100644 --- a/plugins/admin/systems/tabs_component.inc +++ b/plugins/admin/systems/tabs_component.inc @@ -20,12 +20,16 @@ class componenttabs extends tabs 'dn' to all plugins */ $baseobject= $this->by_object['componentgeneric']; $this->dn= "cn=$baseobject->cn,ou=netdevices,ou=systems,".$baseobject->base; + $baseobject->dn= $this->dn; foreach ($this->by_object as $key => $obj){ $this->by_object[$key]->dn= $this->dn; } tabs::save(TRUE); + + /* Fix tagging if needed */ + $baseobject->handle_object_tagging(); } }