Skip to content

Field level Localization #2035

@jilykate

Description

@jilykate

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions