This commit is contained in:
Yuri Kuznetsov
2021-04-21 15:19:37 +03:00
parent f9e34ce9d5
commit e183f39dfd
36 changed files with 215 additions and 104 deletions
@@ -58,6 +58,7 @@ class Webhook extends \Espo\Core\Repositories\Database
protected function processSettingAdditionalFields(Entity $entity): void
{
$event = $entity->get('event');
if (!$event) {
return;
}