mirror of
https://github.com/sartography/bpmn-js-spiffworkflow.git
synced 2025-02-23 04:58:08 +00:00
get mesage correlation array working
This commit is contained in:
parent
20e32f2060
commit
9b57e49695
@ -10,7 +10,7 @@ import { CorrelationKeysArray } from './CorrelationKeysArray';
|
||||
import {DataObjectSelect} from '../../DataObject/propertiesPanel/DataObjectSelect';
|
||||
import {MessageSelect} from './MessageSelect';
|
||||
import {MessagePayload} from './MessagePayload';
|
||||
import { MessageCorrelations, MessageCorrelationsArray } from './MessageCorrelations';
|
||||
import { MessageCorrelations, MessageCorrelationsArray } from './MessageCorrelationsArray';
|
||||
|
||||
// import { SpiffExtensionCalledDecision } from './SpiffExtensionCalledDecision';
|
||||
// import { SpiffExtensionTextInput } from './SpiffExtensionTextInput';
|
||||
@ -160,11 +160,9 @@ function createMessageGroup(element, translate, moddle, commandStack, elementReg
|
||||
},
|
||||
{
|
||||
id: 'messageCorrelations',
|
||||
element,
|
||||
component: MessageCorrelationsArray,
|
||||
isEdited: isTextFieldEntryEdited,
|
||||
moddle,
|
||||
commandStack,
|
||||
label: translate("Message Correlations"),
|
||||
component: ListGroup,
|
||||
...MessageCorrelationsArray({ element, moddle, commandStack, elementRegistry }),
|
||||
},
|
||||
],
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user