Code

Added ogroup acls
[gosa.git] / plugins / admin / ogroups / tabs_ogroups.inc
index 5083c634246c6b8c38bf86d2d20273d2b21d8ae5..dbae97bb2a337e1a635168aafbbe2a758c8d476f 100644 (file)
@@ -121,8 +121,6 @@ class ogrouptabs extends tabs
 
   function execute(){
     $str = "";
-       /* Call parent execute */
-       plugin::execute();
 
     $this->by_object['ogroup']->AddDelMembership();
     $this->reload($this->by_object['ogroup']->gosaGroupObjects);
@@ -184,6 +182,9 @@ class ogrouptabs extends tabs
           break;
       }
     }
+
+    /* Add references/acls/snapshots */
+    $this->addSpecialTabs();
   }
 
 
@@ -244,6 +245,7 @@ class ogrouptabs extends tabs
     tabs::save();
 
     /* Fix tagging if needed */
+               $baseobject->dn= $new_dn;
     $baseobject->handle_object_tagging();
   }