瀏覽代碼

new info button

andre 5 月之前
父節點
當前提交
992c1bd480
共有 2 個文件被更改,包括 1 次插入10 次删除
  1. 0 9
      app/UI/Client/Ressource/Pages/Ressources.php
  2. 1 1
      app/UI/Client/Setting/Buttons/EditSettingButton.php

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

@@ -180,15 +180,6 @@ class Ressources extends DataTable implements ClientArea
 
 
             $data[] = $ressourceArray;
             $data[] = $ressourceArray;
         }
         }
-
-            logModuleCall(
-                'kerioEmail',
-                __FUNCTION__,
-                $data,
-                'Debug Ressources Data',
-                'Debug Ressources Data'
-            );
-
         $dataProv = new ArrayDataProvider();
         $dataProv = new ArrayDataProvider();
         $dataProv->setDefaultSorting('ressource', 'ASC')->setData($data);
         $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()
     public function initContent()
     {
     {
         $this->initIds('editSettingButton');
         $this->initIds('editSettingButton');
-        $this->setDisableByColumnValue("selfdns", 0);
         $this->initLoadModalAction(new EditSettingModal());
         $this->initLoadModalAction(new EditSettingModal());
+        $this->setDisableByColumnValue("mxactive", 'wrong');
     }
     }
 
 
 }
 }