-
Notifications
You must be signed in to change notification settings - Fork 137
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: term_link filter #1653
fix: term_link filter #1653
Conversation
…urls for GraphQL requests.
Currently, we do not support the creation of preview deployments based on changes coming from forked repositories. |
|
Co-authored-by: John Parris <[email protected]>
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.
LGTM!
Currently, we do not support the creation of preview deployments based on changes coming from forked repositories. |
Description
This fixes the term_link filter callback to not modify the term link urls for GraphQL requests.
Related Issue(s):
fixes: #1613
replaces: #1616
Testing
BEFORE:
Term uri is absolute in the GraphQL Response
AFTER:
The term uri is relative in the GraphQL response
But in the admin UIs the term links are absolute with the alternate Faust front-end domain.