mirror of
https://github.com/sartography/bpmn-js-spiffworkflow.git
synced 2025-02-22 20:48:07 +00:00
do not update properties if we do not need to when populating a dropdown w/ burnettk
This commit is contained in:
parent
ef9d25e492
commit
fc46b6fe59
@ -45,10 +45,6 @@ function requestServiceTaskOperators(eventBus, element, commandStack) {
|
||||
serviceTaskOperators = event.serviceTaskOperators.sort((a, b) =>
|
||||
a.id.localeCompare(b.id)
|
||||
);
|
||||
commandStack.execute('element.updateProperties', {
|
||||
element,
|
||||
properties: {},
|
||||
});
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user