From e1f19e6275f2bb78233d7e2f13cbebfcd581dd6d Mon Sep 17 00:00:00 2001 From: Nicola Lanzilotto Date: Tue, 12 Nov 2024 14:54:50 +0100 Subject: [PATCH] Adds the ability to add the webhook subscriptions "Request Abandoned" and "Request Fully Abandoned" --- src/app/webhook/webhook-add-edit/webhook-add-edit.component.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/webhook/webhook-add-edit/webhook-add-edit.component.ts b/src/app/webhook/webhook-add-edit/webhook-add-edit.component.ts index eb27764fb111..3e7ad6d1b505 100755 --- a/src/app/webhook/webhook-add-edit/webhook-add-edit.component.ts +++ b/src/app/webhook/webhook-add-edit/webhook-add-edit.component.ts @@ -59,6 +59,8 @@ export class WebhookAddEditComponent implements OnInit { { id: "group.delete", name:"Group Delete"}, { id: "operator.select", name:"Operator Selection"}, { id: "event.emit", name:"Event Emit"}, + { id: "smart_assignment.request_abandoned", name:"Request Abandoned"}, + { id: "request.fully_abandoned", name:"Request Fully Abandoned"}, ] constructor(