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

[4.x] Localize entry & term fields in Taxonomy Term GraphQL queries #9492

Merged

Conversation

duncanmcclean
Copy link
Member

This pull request fixes an issue where entry & term fields weren't being localized when querying taxonomy terms.

The real fix for this issue would be to add the Localization interface to the LocalizedTerm class. However, in doing that, we'd need to change the method signature of the locale method which would be a breaking change for anyone overriding that class.

Fixes #9469.

@jasonvarga jasonvarga merged commit f77064c into 4.x Feb 8, 2024
36 checks passed
@jasonvarga jasonvarga deleted the fix/localize-entry-and-term-fields-on-term-graphql-queries branch February 8, 2024 19:45
duncanmcclean added a commit that referenced this pull request Feb 9, 2024
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.

Multisite Taxonomy Terms Field on a Taxonomy does not get translated when fetched with GraphQl
2 participants