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

Field level Localization #2035

Open
jilykate opened this issue Oct 16, 2023 · 0 comments
Open

Field level Localization #2035

jilykate opened this issue Oct 16, 2023 · 0 comments

Comments

@jilykate
Copy link

Expected Behavior

I have 2 locales in my account: locale X and locale Y. (locale X is default)

I have a contentful Model "Page" which contains:
field pageField1
field pageField2
field item <--- localization enabled

the Model "Item" also have 3 fields:
field 1
field 2
field 3 <--- localization enabled

when try to use getEntries to get Page with locale Y,
it should return the:

pageField1 (locale X)
pageField2(locale X)
item (locale Y):
field1 (locale X)
field2 (locale X)
field3 (locale Y)

Actual Behavior

it actually returns:

pageField1 (locale X)
pageField2(locale X)
item (locale Y):
field3 (locale Y)

field 1 and field2 is missing in the response

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