-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
feat(copy-paste): copy error, escalation, message and signal references #1245
Conversation
503458a
to
e4149b9
Compare
What is the status here? Can I review it? |
e4149b9
to
64a37da
Compare
@nikku It's ready. |
One possible improvement would be to remove references to root elements when they're deleted, even though that's not possible at the moment. It would allow us to add the ability to remove root elements to the properties panel without worrying about other elements referencing them. |
We decided to not automatically remove root elements. |
I user tested it. Works mostly already:
What does not yet work (maybe this is a separate feature request):
|
@nikku Shall I continue to work on this? |
Let's complete this bug fix with the following feature set:
|
92e1d0b
to
ed5a7d8
Compare
@nikku Ready! |
* copy references when copying element * add referenced root element if it doesn't exist * do NOT add referenced root element if root element with same ID exists Related to camunda/camunda-modeler#1049. Related to camunda/camunda-modeler#1463.
ed5a7d8
to
6a58935
Compare
🎉 |
Great thx! |
Related to camunda/camunda-modeler#1049.
Related to camunda/camunda-modeler#1463.