From c82b710636cd0baad5034d85e7299be0abd12908 Mon Sep 17 00:00:00 2001 From: Nicola Lanzilotto Date: Tue, 19 Nov 2024 18:05:26 +0100 Subject: [PATCH] Adds the ability to add the webhook subscriptions "Request Abandoned" and "Request Fully Abandoned" (improvements) --- .../webhook/webhook-add-edit/webhook-add-edit.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 3e7ad6d1b505..07521c6c18d3 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,8 +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"}, + { id: "event.emit.smart_assignment.request_abandoned", name:"Request Abandoned"}, + { id: "event.emit.request.fully_abandoned", name:"Request Fully Abandoned"}, ] constructor(