I just noticed that the header of the list in our accounts Entity stays in english even if the fields are translated. This does not seem to be general bug, because in another instance with the same version (8.3.1) its correct.
Not sure how to fix it.
I noticed that there is a custom list.json file in domain/custom/Espo/Custom/Resources/layouts/Account path. The one with the issue automatically adds the entry label while the other does not:
{
"name": "website",
"width": 25,
"notSortable": true,
"label": "Website"
},
Would the button "Reset to default" help in the label manager for this list definition? Already tried to clear cache and rebuild.
Not sure how to fix it.
I noticed that there is a custom list.json file in domain/custom/Espo/Custom/Resources/layouts/Account path. The one with the issue automatically adds the entry label while the other does not:
{
"name": "website",
"width": 25,
"notSortable": true,
"label": "Website"
},
Would the button "Reset to default" help in the label manager for this list definition? Already tried to clear cache and rebuild.
Comment