|
|
@@ -86,6 +86,14 @@ class EditRessourceDataProvider extends BaseDataProvider
|
|
|
$this->data['description'] = $ressource[0]['description'];
|
|
|
$this->data['manager'] = $ressource[0]['magager'];
|
|
|
|
|
|
+ logModuleCall(
|
|
|
+ 'kerioEmail',
|
|
|
+ __FUNCTION__,
|
|
|
+ $this->data,
|
|
|
+ 'Debug Error',
|
|
|
+ $ressource
|
|
|
+ );
|
|
|
+
|
|
|
$this->availableValues['status'] = [
|
|
|
Kerio::ACC_STATUS_ACTIVE => $lang->absoluteT('kerio','account','status','active'),
|
|
|
Kerio::ACC_STATUS_CLOSED => $lang->absoluteT('kerio','account','status','closed'),
|