Skip to content

Tailor entry multilang problem #5943

@zimbar

Description

@zimbar

Hy,

Tested with ocotber cms V 4.0.10;

When you have an entry with a field that is of type "entries" and having the attribute "maxItems: 1" the translation of this field does not work when you have a multisite multilingual configuration. But when you remove the attribute "maxItems: 1" it works fine.

exp:

`handle: Cars\Models
type: entry
name: Modéles
useDrafts: false
multisite: all

primaryNavigation:
label: Voitures
icon: icon-car
order: 100

navigation:
mode: primary
icon: icon-car
order: 101

fields:
category:
label: Catégorie
span: auto
type: entries
maxItems: 1
source: Cars\Categories
validation: "required"
displayMode: recordfinder
tab: Caractéristiques
year_of_production:
label: Année de production
span: auto
type: number
tab: Caractéristiques
state:
label: État
span: auto
type: dropdown
placeholder: " --- "
validation: "required"
options:
new: Neuf
used: Occasion
tab: Caractéristiques
`

in this exmple the category field the category field is not translated.

Thanks

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