-
Notifications
You must be signed in to change notification settings - Fork 213
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels