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

bug(glossaryTermLabels): fix glossary term labels missing and add cypress test #4171

Merged

Conversation

RyanHolstien
Copy link
Collaborator

Checklist

  • The PR conforms to DataHub's Contributing Guideline (particularly Commit Message Format)
  • Links to related issues (if applicable)
  • Tests for the changes have been added/updated (if applicable)
  • Docs related to the changes have been added/updated (if applicable)

@github-actions
Copy link

github-actions bot commented Feb 17, 2022

Unit Test Results (build & test)

  70 files  ±0    70 suites  ±0   12m 39s ⏱️ +37s
609 tests ±0  550 ✔️ ±0  59 💤 ±0  0 ±0 

Results for commit 6850512. ± Comparison against base commit c89a1f2.

♻️ This comment has been updated with latest results.

@@ -62,7 +62,7 @@ export const SearchFilterLabel = ({ aggregation, field }: Props) => {
<>
<Tag closable={false}>
<BookOutlined style={{ marginRight: '3%' }} />
{term.name}
{term.properties?.name}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's use entityRegistry.getDisplayName(EntityType.GlossaryTerm, term)

Copy link
Contributor

@shirshanka shirshanka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@shirshanka shirshanka merged commit 6177a07 into datahub-project:master Feb 18, 2022
hevandro-veiga pushed a commit to hevandro-veiga/datahub that referenced this pull request Feb 18, 2022
…ress test (datahub-project#4171)

* bug(glossaryTermLabels): fix glossary term labels missing and add cypress test

* review comment

* fix cypress test

Co-authored-by: Ryan Holstien <ryan@acryl.io>
maggiehays pushed a commit to maggiehays/datahub that referenced this pull request Aug 1, 2022
…ress test (datahub-project#4171)

* bug(glossaryTermLabels): fix glossary term labels missing and add cypress test

* review comment

* fix cypress test

Co-authored-by: Ryan Holstien <ryan@acryl.io>
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.

3 participants