-
Notifications
You must be signed in to change notification settings - Fork 124
Open
Description
Pimcore offers the possibility to use a custom controller to create a custom ColumnViewConfig.
We use this feature to provide translations for the metadata fields.
Displaying works perfectly. However, if you select one of these fields and then display it in the Column-View, the internal name of the metadata field is used, not the translated text.
The reason for this is that the "title" attribute of the Field-Layout is not used, but "name" is.
One would have to specify in gridConfigDialog.js that the name is used as column text:
if (nodeConf.layout) {
vat text = nodeConf.layout.title
}
Metadata
Metadata
Assignees
Labels
No labels