Code

Udpated fai acls
[gosa.git] / plugins / admin / groups / tabs_group.inc
index e454339422e9676c75696e1b83f6822e8f397a47..397557ed5d35b546eb765742cd2db493d5f173b3 100644 (file)
@@ -12,6 +12,9 @@ class grouptabs extends tabs
                                $this->by_object[$name]->parent  = $this;
                        }
                }
+
+               /* Add references/acls/snapshots */
+               $this->addSpecialTabs();
        }
 
        function save_object($save_current= FALSE)
@@ -68,6 +71,7 @@ class grouptabs extends tabs
                $ret= tabs::save();
 
                /* Fix tagging if needed */
+               $baseobject->dn= $new_dn;
                $baseobject->handle_object_tagging();
 
                return $ret;