From 5604e1346845f95cb422d2a2c5527775002aeb3a Mon Sep 17 00:00:00 2001 From: jdotzki Date: Tue, 3 Mar 2015 15:58:59 +0100 Subject: [PATCH] fix(contextpad): remove incorrect replace targets close #207 --- .../context-pad/ReplaceMenuEntries.js | 27 ------------------- 1 file changed, 27 deletions(-) diff --git a/lib/features/context-pad/ReplaceMenuEntries.js b/lib/features/context-pad/ReplaceMenuEntries.js index 2a523dd7..089f690e 100644 --- a/lib/features/context-pad/ReplaceMenuEntries.js +++ b/lib/features/context-pad/ReplaceMenuEntries.js @@ -44,15 +44,6 @@ var startEventReplace = [ eventDefinition: 'bpmn:TimerEventDefinition' } }, - { - label: 'Escalation Start Event', - actionName: 'replace-with-escalation-start', - className: 'icon-04-escalation-start', - targetType: 'bpmn:StartEvent', - options: { - eventDefinition: 'bpmn:EscalationEventDefinition' - } - }, { label: 'Conditional Start Event', actionName: 'replace-with-conditional-start', @@ -62,24 +53,6 @@ var startEventReplace = [ eventDefinition: 'bpmn:ConditionalEventDefinition' } }, - { - label: 'Error Start Event', - actionName: 'replace-with-error-start', - className: 'icon-07-error-start', - targetType: 'bpmn:StartEvent', - options: { - eventDefinition: 'bpmn:ErrorEventDefinition' - } - }, - { - label: 'Compensation Start Event', - actionName: 'replace-with-compensation-start', - className: 'icon-09-compensation-start', - targetType: 'bpmn:StartEvent', - options: { - eventDefinition: 'bpmn:CompensateEventDefinition' - } - }, { label: 'Signal Start Event', actionName: 'replace-with-signal-start',