andre 1 год назад
Родитель
Сommit
8e373e015f

+ 15 - 0
app/UI/Admin/ProductConfiguration/Providers/ProductConfigurationDataProvider.php

@@ -118,11 +118,26 @@ class ProductConfigurationDataProvider extends BaseDataProvider implements Admin
             ClassOfServices::CLASS_OF_SERVICE_QUOTA => $this->getLang()->absoluteT('addonAA', 'configuration', 'product', 'zimbra', 'cos', 'Allow clients to choose Class Of Service Quota Per Account'),
         ];
 
+        logModuleCall(
+            'zimbraEmail',
+            __FUNCTION__,
+            $this->data,
+            "Debug1",
+            ""
+        );
 
         $manager    = new ZimbraManager();
         $repository = $manager->getApiByProduct($this->getRequestValue('id'))->soap->repository();
         $cosList        = $repository->cos->all();
 
+        logModuleCall(
+            'zimbraEmail',
+            __FUNCTION__,
+            $repository,
+            "Debug2",
+            $cosList
+        );
+
         /**
          * class of services from API
          */