Bug: if an entity's field is named as «name», and another field of the same entity has the «Select» type, then the entity's grid mistakenly shows the values of the «Select» field's column instead of the «name» field's column

On the screenshot below the column «Name» mistakenly shows values of the column «Type»:

At the same time, the entity form shows the data correctly:

The «Name» field settings


The «Type» field settings


OroCRM queries the grid’s data as follows:

As a workaround, do not use the name «name» for your fields.
I use the name «name_» instead ( «_name» is forbidden to use).