Przeglądaj źródła

new info button

andre 5 miesięcy temu
rodzic
commit
992c1bd480

+ 0 - 9
app/UI/Client/Ressource/Pages/Ressources.php

@@ -180,15 +180,6 @@ class Ressources extends DataTable implements ClientArea
 
             $data[] = $ressourceArray;
         }
-
-            logModuleCall(
-                'kerioEmail',
-                __FUNCTION__,
-                $data,
-                'Debug Ressources Data',
-                'Debug Ressources Data'
-            );
-
         $dataProv = new ArrayDataProvider();
         $dataProv->setDefaultSorting('ressource', 'ASC')->setData($data);
 

+ 1 - 1
app/UI/Client/Setting/Buttons/EditSettingButton.php

@@ -27,8 +27,8 @@ class EditSettingButton extends ButtonDataTableModalAction implements ClientArea
     public function initContent()
     {
         $this->initIds('editSettingButton');
-        $this->setDisableByColumnValue("selfdns", 0);
         $this->initLoadModalAction(new EditSettingModal());
+        $this->setDisableByColumnValue("mxactive", 'wrong');
     }
 
 }