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

Locale is lost when using Link.resolve() #53

Open
mikeroll opened this issue Feb 13, 2020 · 0 comments
Open

Locale is lost when using Link.resolve() #53

mikeroll opened this issue Feb 13, 2020 · 0 comments

Comments

@mikeroll
Copy link

mikeroll commented Feb 13, 2020

# "include": 0 is to keep this example shorter, the bug affects any include level
>>> question = client.entry("1dBxUVU0IY2O5gQVCINMJB", {"locale": "pt", "include": 0})
>>> question.locale
'pt'
>>> question.group
<Link[Entry] id='2znJjza39lwrgkTOPFDSh4'>
>>> question.group.resolve().locale
'en'

I would expect the initially requested locale to be preserved when resolving linked entities.

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

No branches or pull requests

1 participant