Skip to content

AdvancedManyToManyObjectRelations the options are not translatable #3355

@ascheider

Description

@ascheider

If you use many to many object relations and define type select or multiselect

Image

The options are currently not translatable, see:

https://github.com/pimcore/studio-ui-bundle/blob/2026.x/assets/js/src/core/modules/element/dynamic-types/definitions/objects/data-related/helpers/relations/hooks/use-convert-relation-editable-columns.ts#L49

https://github.com/pimcore/studio-ui-bundle/blob/2026.x/assets/js/src/core/modules/element/dynamic-types/definitions/objects/data-related/helpers/relations/hooks/use-convert-relation-editable-columns.ts#L59

Image

Needs to do something like this:

// For select:
config: {
options: value?.split(';').map(v => ({ value: v, label: t(v) })) ?? []
}

Classic Ui Options are translatable.

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions