mirror of
https://github.com/sartography/bpmn-js-spiffworkflow.git
synced 2025-02-22 20:48:07 +00:00
fixing a bug in the bpmn editor that was attempting to create the wrong element.
This commit is contained in:
parent
9252af8138
commit
f1f008e3e3
@ -82,7 +82,7 @@ export function MessageCorrelationPropertiesArray(props) {
|
|||||||
'bpmn:CorrelationPropertyRetrievalExpression'
|
'bpmn:CorrelationPropertyRetrievalExpression'
|
||||||
);
|
);
|
||||||
const messageRefElement = getMessageRefElement(element);
|
const messageRefElement = getMessageRefElement(element);
|
||||||
const newFormalExpression = moddle.create('bpmn:messagePath');
|
const newFormalExpression = moddle.create('bpmn:FormalExpression');
|
||||||
newFormalExpression.body = '';
|
newFormalExpression.body = '';
|
||||||
|
|
||||||
newRetrievalExpressionElement.messageRef = messageRefElement;
|
newRetrievalExpressionElement.messageRef = messageRefElement;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user