Code

Udpated fai acls
[gosa.git] / plugins / admin / groups / tabs_group.inc
index d970ec9ce0b5295909645287e950a8ede665978b..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)
@@ -65,7 +68,13 @@ class grouptabs extends tabs
                        $this->dn= $new_dn;
                }
 
-               return tabs::save();
+               $ret= tabs::save();
+
+               /* Fix tagging if needed */
+               $baseobject->dn= $new_dn;
+               $baseobject->handle_object_tagging();
+
+               return $ret;
        }
 
        function saveCopyDialog()