-
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#setColor
sets color on BPMNPlane
#1734
Labels
Comments
Good one. You'd like to fix it right away? Otherwise let's move it to backlog and mark as |
Not sure. Let's move it to the backlog for now. |
barmac
added a commit
to bpmn-io/bpmn-js-integration
that referenced
this issue
Sep 2, 2022
The issue was not detected before the migration. Revert this commit as soon as bpmn-io/bpmn-js#1734 is fixed.
barmac
added a commit
to bpmn-io/bpmn-js-integration
that referenced
this issue
Sep 2, 2022
The issue was not detected before the migration. Revert this commit as soon as bpmn-io/bpmn-js#1734 is fixed.
barmac
added a commit
to bpmn-io/bpmn-js-integration
that referenced
this issue
Sep 2, 2022
The issue was not detected before the migration. Revert this commit as soon as bpmn-io/bpmn-js#1734 is fixed.
fake-join bot
pushed a commit
to bpmn-io/bpmn-js-integration
that referenced
this issue
Sep 2, 2022
The issue was not detected before the migration. Revert this commit as soon as bpmn-io/bpmn-js#1734 is fixed.
I am actually looking into this right now and should follow up with a PR soon. |
barmac
added a commit
that referenced
this issue
Sep 2, 2022
barmac
added a commit
to bpmn-io/bpmn-js-integration
that referenced
this issue
Sep 5, 2022
Closed via #1735 |
philippfromme
added a commit
to bpmn-io/bpmn-js-token-simulation
that referenced
this issue
Jan 31, 2023
nikku
pushed a commit
to bpmn-io/bpmn-js-token-simulation
that referenced
this issue
Feb 1, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the Bug
bpmn-in-color
extensions can be used only on BPMNShapes, BPMNEdges, and BPMNLabels. Themodeling#setColor
allows to set color on any DI element though.Cf. https://github.com/bpmn-io/bpmn-js-integration/runs/8151588491?check_suite_focus=true#step:6:350
Steps to Reproduce
At https://demo.bpmn.io/s/start, open the devtools, and paste the following commands:
Notice that process' DI contains invalid attributes.
Expected Behavior
The handler should ignore DI elements which cannot have colors.
Environment
The text was updated successfully, but these errors were encountered: