andre 5 месяцев назад
Родитель
Сommit
b6cd7cd46e

+ 1 - 1
app/UI/Client/Setting/Forms/InfoForm.php

@@ -45,7 +45,7 @@ class InfoForm extends BaseForm implements ClientArea
             __FUNCTION__,
             $this->dataProvider,
             'Debug Data',
-            $this->dataProvider->actionElementId
+            $this->dataProvider->getActionID()
         );
 
     }

+ 11 - 0
app/UI/Client/Setting/Providers/InfoSettingDataProvider.php

@@ -126,5 +126,16 @@ class InfoSettingDataProvider extends BaseDataProvider
     public function update()
     {
 
+    }
+    public function info()
+    {
+        logModuleCall(
+            'kerioEmail',
+            __FUNCTION__,
+            $this->data,
+            'Debug Info',
+            $this->actionElementId
+        );
+        
     }
 }