i am having trouble to sort my admin-generator-list by a i18n field.
Has someone a snippet for me to use ? The field to sort by is name
the schema.yml is:
...
product:
actAs:
I18n:
fields: [name, description]
columns:
product_typ_id: integer
name: string(255)
description: string
image: string(255)
image_thumb: string(255)
relations:
productTyp:
onDelete: SET NULL
...