-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modeling#updateModdleProperties
does not add label for events name modification
#1872
Comments
Modeling#updateModdleProperties
does not add label for events name modification
In the process of BPMN MIWG demo preparations, we discovered that this bug applies also to Tasks. We do not create even empty |
One more bug related to this: We don't remove BPMNLabel when name is erased via |
Fixed via #1894 |
Describe the Bug
When I call
modeling.updateModdleProperties
in order to change element'sname
, the label is not created.Steps to Reproduce
https://codesandbox.io/s/relaxed-kilby-4bh0xi?file=/src/index.js
Expected Behavior
Label is added as with
modeling.updateProperties
.Environment
The text was updated successfully, but these errors were encountered: