-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
fix: domain assignment for glossary term #13793
Conversation
[open-metadata-ui] Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
@@ -143,7 +143,7 @@ const GlossaryPage = () => { | |||
try { | |||
const response = await getGlossaryTermByFQN( | |||
glossaryFqn, | |||
'relatedTerms,reviewers,tags,owner,children,votes' | |||
'relatedTerms,reviewers,tags,owner,children,votes,domain' |
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.
It will impact cypress tests, Have you verified this locally?
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.
Yes we are not passing query params in intercept.
(cherry picked from commit bb15629)
Describe your changes:
Fixes #13792
I worked on ... because ...
Screen.Recording.2023-10-31.at.6.35.18.PM.mov
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>