-
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
Bugfix - Live Chart Nodes Search Tags #13843
Bugfix - Live Chart Nodes Search Tags #13843
Conversation
src/Libraries/CoreNodeModelsWpf/Properties/CoreNodeModelWpfResources.en-US.resx
Outdated
Show resolved
Hide resolved
@reddyashish Side question, are search tags put into resources so that they can be surfaced in a localized env? |
The search tags are in resources @QilongTang , yes! |
This test is passing locally. I tried rebuilding the PR, but it popped up with 2 more failing tests. I might get a new PR from scratch based on the latest Dynamo build. |
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.
Will merge once the self-serve finishes
* Bugfix - search tags were duplicating the alsoknownas property causing an error to be thrown * Remove code that should not be part of the PR
* Bugfix - search tags were duplicating the alsoknownas property causing an error to be thrown * Remove code that should not be part of the PR
Purpose
A small PR modifying the Search Tags of a series of Nodes.
The recently added Live Chart nodes had duplicate information in Search Tags and the AlsoKnownAs node properties, which was causing an error to be thrown when adding the node information to the Search Dictionary. Changing the Search Tags solved this issue.
Declarations
Check these if you believe they are true
*.resx
filesRelease Notes
search tags
were duplicating thealsoknownas
property causing an error to be thrownReviewers
@mjkkirschner
@reddyashish
FYIs
@Amoursol