Code

Added acls to mimetype
[gosa.git] / plugins / admin / fai / tabsProfile.inc
index 599f6772c877714dec37fa5b77a2ab664bb5af3c..a51653b2d466a9af88ae06f0397f83819af5c1ba 100644 (file)
@@ -7,6 +7,9 @@ class tabsProfile extends tabs
   function tabsProfile($config, $data, $dn)
   {
        tabs::tabs($config, $data, $dn);
+
+       /* Add references/acls/snapshots */
+       $this->addSpecialTabs();
   }
 
   function check()
@@ -19,7 +22,7 @@ class tabsProfile extends tabs
   {
        $baseobject= $this->by_object['faiProfile'];
 
-       $new_dn= 'cn='.$baseobject->cn.",ou=profiles,ou=fai,ou=configs,ou=systems,".$_SESSION['faifilter']['base'];
+       $new_dn= 'cn='.$baseobject->cn.",ou=profiles,ou=fai,ou=configs,ou=systems,".$_SESSION['CurrentMainBase'];
 
        if($_SESSION['faifilter']['branch']!="main"){
                $new_dn ='cn='.$baseobject->cn.",ou=profiles,".$_SESSION['faifilter']['branch'];
@@ -33,7 +36,7 @@ class tabsProfile extends tabs
                if((strstr($new_dn,$this->dn))&&($cnt1<$cnt2)){
                        print_red(_("Try to move tree failed. Destination tree is subtree of source tree."));
                }else{
-                       $baseobject->recursive_move($this->dn, $new_dn);
+//                     $baseobject->recursive_move($this->dn, $new_dn);
                }
        }
        $this->dn= $new_dn;