From 80d1969274e7123a14faa436e7ac6c7d7f1dcb4b Mon Sep 17 00:00:00 2001 From: pedesen Date: Thu, 12 Nov 2015 17:07:42 +0100 Subject: [PATCH] fix(replace): change escalation event from catching to throwing Closes #411 --- lib/features/replace/ReplaceOptions.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/features/replace/ReplaceOptions.js b/lib/features/replace/ReplaceOptions.js index 93c22d6d..13a0591e 100644 --- a/lib/features/replace/ReplaceOptions.js +++ b/lib/features/replace/ReplaceOptions.js @@ -116,11 +116,11 @@ module.exports.INTERMEDIATE_EVENT = [ } }, { - label: 'Escalation Intermediate Catch Event', - actionName: 'replace-with-escalation-intermediate-catch', - className: 'icon-intermediate-event-catch-escalation', + label: 'Escalation Intermediate Throw Event', + actionName: 'replace-with-escalation-intermediate-throw', + className: 'icon-intermediate-event-throw-escalation', target: { - type: 'bpmn:IntermediateCatchEvent', + type: 'bpmn:IntermediateThrowEvent', eventDefinition: 'bpmn:EscalationEventDefinition' } },