Open
Description
When we use a SQLfunction inside the Group By statement in the datagrid we get the error Cannot group by undefined identification or result variable
when applying a filter on a toMany
relation.
This is caused by
when using a doctrine function in a group by
it should also be put inside the select (as AS HIDDEN
)