-
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 pins to groups #15452
[DYN-7332] Add pins to groups #15452
Conversation
+ 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 This test ConnectorPinsGetsAddedToTheGroup is failing. Can you check that? |
`AddConnectorPinsToGroups` was failing because the original version on `Nodes` was excluding pins from selection, but adding pins related to nodes.
@reddyashish , this commit should fix the issue. All tests from AnnotationViewModelTests & AnnotationViewTests pass now. |
Self serve job did not complete. Running it again https://master-5.jenkins.autodesk.com/job/Dynamo/job/DynamoSelfServe/job/pullRequestValidation/16390/ |
This one test is failing: Dynamo.Tests.SchedulerIntegrationTests.TestTaskQueuePreProcessing01. |
Purpose
PR aiming to address https://jira.autodesk.com/browse/DYN-7332 . Allows users to manually add connectorPins to groups.
Unit test included.
Hope that's okay 🤞
Declarations
Check these if you believe they are true
*.resx
filesRelease Notes
Users can now manually add pin to group even if the related nodes are outside that group.
Reviewers
@dnenov
@reddyashish
FYIs
@Amoursol