-
Notifications
You must be signed in to change notification settings - Fork 635
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
[DYN-7332] Add and remove pins to groups #15489
[DYN-7332] Add and remove pins to groups #15489
Conversation
+ unit test
`AddConnectorPinsToGroups` was failing because the original version on `Nodes` was excluding pins from selection, but adding pins related to nodes.
with added option in the context menu to remove pins from a group or with Alt + Left Mouse click. + another unit test
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.
See the ticket for this pull request: https://jira.autodesk.com/browse/DYN-7332
UI Smoke TestsTest: success. 11 passed, 0 failed. |
@ivaylo-matov can you check these tests on this branch? |
ignore pins when comparing the graphs
@reddyashish, please let me know if this solution is acceptable. The serialization tests were failing due to a mismatch between the connectorPinModel GUIDs in the serialized graph and the in-memory .dyn graph. This caused the comparison of AnnotationMaps to fail. Excluding connectorPinModels resolves the issue and prevents the test failure |
Purpose
PR aims to address latest comments in DYN-7332
Changes:
Declarations
Check these if you believe they are true
*.resx
filesRelease Notes
(FILL ME IN) Brief description of the fix / enhancement. Use N/A to indicate that the changes in this pull request do not apply to Release Notes. Mandatory section
Reviewers
@QilongTang
@reddyashish
FYIs
@dnenov
@Amoursol