From cd0c397b07a01ef896f6b6efa95e5e5f6fab8b8b Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Tue, 19 Mar 2024 10:13:27 +0200 Subject: [PATCH] ref --- application/Espo/Core/Webhook/Queue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/Espo/Core/Webhook/Queue.php b/application/Espo/Core/Webhook/Queue.php index f2f901b538..6c7689887e 100644 --- a/application/Espo/Core/Webhook/Queue.php +++ b/application/Espo/Core/Webhook/Queue.php @@ -111,7 +111,7 @@ class Queue 'event' => $item->get('event'), 'targetId' => $item->get('targetId'), 'targetType' => $item->get('targetType'), - 'status' => 'Pending', + 'status' => WebhookQueueItem::STATUS_PENDING, 'data' => $item->get('data'), 'attempts' => 0, ]);