-
Notifications
You must be signed in to change notification settings - Fork 222
kie-issues#898: DMN Editor: Moving the divider line of or resizing a Decision Service #3162
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
base: main
Are you sure you want to change the base?
Conversation
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.
Thank you @aswathitv! Another great PR. Left some comments inline, please consider them.
packages/dmn-editor/src/mutations/updateDecisionServiceDividerLine.ts
Outdated
Show resolved
Hide resolved
@aswathitv Wouldn't it be better to include all the code responsible for special treatment when resizing a node inside the |
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.
Thank you for the PR. I really appreciate the tests. Are the screenshots having correct DMN model version?
Closes kie#898
Resizing a Decision Service in a DRD resizes decision service in all other DRDs that contain it.
Moving the divider line of a decision service in a DRD replicates the change in all other DRD that contains the decision service.
Resizing a decision service in a DRD results in repositioning of neighbouring nodes in other DRD so as to avoid overlapping.