From 22c06c88dd0879368dcb49b2bb7f80c5d7ae8bcc Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Tue, 18 Jan 2022 14:00:03 +0200 Subject: [PATCH] fix --- application/Espo/Modules/Crm/Services/TargetList.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/application/Espo/Modules/Crm/Services/TargetList.php b/application/Espo/Modules/Crm/Services/TargetList.php index 0b4f4da5fa..662f6db99f 100644 --- a/application/Espo/Modules/Crm/Services/TargetList.php +++ b/application/Espo/Modules/Crm/Services/TargetList.php @@ -73,6 +73,13 @@ class TargetList extends \Espo\Services\Record implements 'User' => 'users', ]; + public function __construct() + { + parent::__construct(); + + // @todo Properties to be initialized here. + } + protected function afterCreateEntity(Entity $entity, $data) { if (