chore(replace): fix action names in replace options
This commit is contained in:
parent
dac5bb397b
commit
d4bcf68654
|
@ -11,7 +11,7 @@ module.exports.START_EVENT = [
|
|||
},
|
||||
{
|
||||
label: 'Intermediate Throw Event',
|
||||
actionName: 'replace-with-intermediate-throwing',
|
||||
actionName: 'replace-with-none-intermediate-throwing',
|
||||
className: 'icon-intermediate-event-none',
|
||||
target: {
|
||||
type: 'bpmn:IntermediateThrowEvent'
|
||||
|
@ -19,7 +19,7 @@ module.exports.START_EVENT = [
|
|||
},
|
||||
{
|
||||
label: 'End Event',
|
||||
actionName: 'replace-with-message-end',
|
||||
actionName: 'replace-with-none-end',
|
||||
className: 'icon-end-event-none',
|
||||
target: {
|
||||
type: 'bpmn:EndEvent'
|
||||
|
@ -74,7 +74,7 @@ module.exports.INTERMEDIATE_EVENT = [
|
|||
},
|
||||
{
|
||||
label: 'Intermediate Throw Event',
|
||||
actionName: 'replace-with-message-intermediate-throw',
|
||||
actionName: 'replace-with-none-intermediate-throw',
|
||||
className: 'icon-intermediate-event-none',
|
||||
target: {
|
||||
type: 'bpmn:IntermediateThrowEvent'
|
||||
|
@ -82,7 +82,7 @@ module.exports.INTERMEDIATE_EVENT = [
|
|||
},
|
||||
{
|
||||
label: 'End Event',
|
||||
actionName: 'replace-with-message-end',
|
||||
actionName: 'replace-with-none-end',
|
||||
className: 'icon-end-event-none',
|
||||
target: {
|
||||
type: 'bpmn:EndEvent'
|
||||
|
@ -191,7 +191,7 @@ module.exports.END_EVENT = [
|
|||
},
|
||||
{
|
||||
label: 'Intermediate Throw Event',
|
||||
actionName: 'replace-with-message-intermediate-throw',
|
||||
actionName: 'replace-with-none-intermediate-throw',
|
||||
className: 'icon-intermediate-event-none',
|
||||
target: {
|
||||
type: 'bpmn:IntermediateThrowEvent'
|
||||
|
|
Loading…
Reference in New Issue