From dfa1ce5ef4d39e61a31527de890d2fae1a6d5919 Mon Sep 17 00:00:00 2001 From: Dan Date: Thu, 2 Mar 2023 16:05:15 -0500 Subject: [PATCH] Minor cleanup of display in bpmn-js --- .../messages/propertiesPanel/CorrelationPropertiesArray.js | 2 +- .../propertiesPanel/MessageCorrelationPropertiesArray.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bpmn-js-spiffworkflow/app/spiffworkflow/messages/propertiesPanel/CorrelationPropertiesArray.js b/bpmn-js-spiffworkflow/app/spiffworkflow/messages/propertiesPanel/CorrelationPropertiesArray.js index b158ab32..86a82353 100644 --- a/bpmn-js-spiffworkflow/app/spiffworkflow/messages/propertiesPanel/CorrelationPropertiesArray.js +++ b/bpmn-js-spiffworkflow/app/spiffworkflow/messages/propertiesPanel/CorrelationPropertiesArray.js @@ -37,7 +37,7 @@ export function CorrelationPropertiesArray(props) { }); return { id, - label: correlationPropertyModdleElement.id, + label: correlationPropertyModdleElement.name, entries, autoFocusEntry: id, remove: removeFactory({ diff --git a/bpmn-js-spiffworkflow/app/spiffworkflow/messages/propertiesPanel/MessageCorrelationPropertiesArray.js b/bpmn-js-spiffworkflow/app/spiffworkflow/messages/propertiesPanel/MessageCorrelationPropertiesArray.js index bd62c693..743db122 100644 --- a/bpmn-js-spiffworkflow/app/spiffworkflow/messages/propertiesPanel/MessageCorrelationPropertiesArray.js +++ b/bpmn-js-spiffworkflow/app/spiffworkflow/messages/propertiesPanel/MessageCorrelationPropertiesArray.js @@ -44,7 +44,7 @@ export function MessageCorrelationPropertiesArray(props) { }); return { id, - label: correlationPropertyModdleElement.id, + label: correlationPropertyModdleElement.name, entries, autoFocusEntry: id, remove: removeFactory({