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

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