Skip to content
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

Merged
merged 3 commits into from
Mar 24, 2023

Conversation

dnenov
Copy link
Collaborator

@dnenov dnenov commented Mar 22, 2023

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

  • The codebase is in a better state after this PR
  • Is documented according to the standards
  • The level of testing this PR includes is appropriate
  • User facing strings, if any, are extracted into *.resx files
  • All tests pass using the self-service CI.
  • Snapshot of UI changes, if any.
  • Changes to the API follow Semantic Versioning and are documented in the API Changes document.
  • This PR modifies some build requirements and the readme is updated

Release Notes

  • search tags were duplicating the alsoknownas property causing an error to be thrown

Reviewers

@mjkkirschner
@reddyashish

FYIs

@Amoursol

- search tags were duplicating the alsoknownas property causing an error to be thrown
@dnenov dnenov changed the title Bugfix Bugfix - Live Chart Nodes Search Tags Mar 22, 2023
@QilongTang
Copy link
Contributor

@reddyashish Side question, are search tags put into resources so that they can be surfaced in a localized env?

@dnenov
Copy link
Collaborator Author

dnenov commented Mar 22, 2023

@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!

@dnenov
Copy link
Collaborator Author

dnenov commented Mar 22, 2023

Copy link
Contributor

@reddyashish reddyashish left a 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

@dnenov dnenov mentioned this pull request Mar 24, 2023
8 tasks
@reddyashish reddyashish merged commit 7831c95 into DynamoDS:master Mar 24, 2023
sm6srw pushed a commit to sm6srw/Dynamo that referenced this pull request Mar 29, 2023
* Bugfix

- search tags were duplicating the alsoknownas property causing an error to be thrown

* Remove code that should not be part of the PR
sm6srw pushed a commit that referenced this pull request Apr 5, 2023
* Bugfix

- search tags were duplicating the alsoknownas property causing an error to be thrown

* Remove code that should not be part of the PR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants