|
|
@@ -132,13 +132,6 @@ class RessourceDataProvider extends BaseDataProvider
|
|
|
return ['error' => $error->getMessage()];
|
|
|
}
|
|
|
$api->logout();
|
|
|
- logModuleCall(
|
|
|
- 'kerioEmail',
|
|
|
- __FUNCTION__,
|
|
|
- $ressourceID,
|
|
|
- 'Debug Error',
|
|
|
- $this->formData
|
|
|
- );
|
|
|
|
|
|
return (new HtmlDataJsonResponse())->setMessageAndTranslate('ressourceHasBeenAdded')->setStatusSuccess();
|
|
|
|
|
|
@@ -163,6 +156,13 @@ class RessourceDataProvider extends BaseDataProvider
|
|
|
$productManager = new ProductManager();
|
|
|
$productManager->loadByHostingId($hid);
|
|
|
|
|
|
+ logModuleCall(
|
|
|
+ 'kerioEmail',
|
|
|
+ __FUNCTION__,
|
|
|
+ $this->request->get('massActions'),
|
|
|
+ 'Debug Error',
|
|
|
+ $this->formData
|
|
|
+ );
|
|
|
/**
|
|
|
* run service for each id
|
|
|
*/
|