mirror of
https://github.com/sartography/bpmn-js-spiffworkflow.git
synced 2025-02-23 04:58:08 +00:00
cleanup wording
This commit is contained in:
parent
521b5962d6
commit
d5777c53ea
@ -132,7 +132,7 @@ function CorrelationKeyTextField(props) {
|
||||
};
|
||||
|
||||
const getValue = (parameter) => {
|
||||
return correlationProperty.id;
|
||||
return correlationProperty.name;
|
||||
};
|
||||
|
||||
return TextFieldEntry({
|
||||
|
@ -3,7 +3,7 @@ import { TextAreaEntry } from '@bpmn-io/properties-panel';
|
||||
import { findMessageModdleElements } from '../MessageHelpers';
|
||||
|
||||
/**
|
||||
* Allows the selection, or creation, of Message at the Definitions level of a BPMN document.
|
||||
* Allows the creation, or editing of messagePayload at the bpmn:sendTask level of a BPMN document.
|
||||
*/
|
||||
export function MessagePayload(props) {
|
||||
const shapeElement = props.element;
|
||||
|
Loading…
x
Reference in New Issue
Block a user