|
|
@@ -65,6 +65,14 @@ class ProductConfigurationDataProvider extends BaseDataProvider implements Admin
|
|
|
/**
|
|
|
* load params from previous version
|
|
|
*/
|
|
|
+ logModuleCall(
|
|
|
+ 'zimbraEmail',
|
|
|
+ __FUNCTION__,
|
|
|
+ $this->data,
|
|
|
+ "Debug1",
|
|
|
+ ""
|
|
|
+ );
|
|
|
+
|
|
|
$this->checkConfigOrLoadFromPrevious($this->getRequestValue('id'));
|
|
|
|
|
|
$this->loadDefaultData();
|
|
|
@@ -118,14 +126,6 @@ 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();
|