-
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
Two-Step Pasting #1137
Two-Step Pasting #1137
Conversation
0a43f93
to
1f8d7cd
Compare
Ready to be reviewed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A lot of good changes in da 👜 👍.
2f60014
to
07adb8a
Compare
* extension wasn't returning anything on 'element.copyProperty' * check for allowed parent elements Requires bpmn-io/bpmn-js#1137
Is this up-to-date with bpmn-io/diagram-js#390? I still see |
07adb8a
to
6c14110
Compare
Failing due to camunda/camunda-bpmn-moddle#46. |
6c14110
to
12bedca
Compare
ad067df
to
39f1d41
Compare
This PR now includes #1141. |
It is now up to date. |
461810c
to
b6c9d73
Compare
* listener wasn't returning anything * check for allowed parent elements Requires bpmn-io/bpmn-js#1137
I've included the latest diagram-js pre-release in the PR. A single test fails for me locally. Got to check out what's up tomorrow. Can it be because camunda/camunda-bpmn-moddle#46 is not merged yet? |
Yes, it is. |
8aaa1e1
to
c098f30
Compare
* add <elements.create> rule for creating multiple elements * handle creating multiple elements in CreateParticipantBehavior * create sub process with start event through palette
* use <copyPaste.canCopyProperty> event to copy category value when copying group * add camunda-bpmn-moddle for integration tests BREAKING CHANGES * CopyPaste: remove <property.clone>, add <moddleCopy.canCopyProperties>, <moddleCopy.canCopyProperty>, <moddleCopy.canSetCopiedProperty> * BpmnRules: removed <elements.paste> rule in favor of <elements.create> rule * BpmnRules: removed <element.paste> rule * ElementFactory: use <attrs.di> property instead of <attrs.colors> for fill and stroke when creating element through ElementFactory#createBpmnElement
Fix audit warnings.
c098f30
to
8a48ba4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥉
Requires bpmn-io/diagram-js#390
Requires bpmn-io/diagram-js#390
Related to #888
Related to #1138
Related to #1139
Related to camunda/camunda-modeler#1421