APY / APYDataGridBundle

Symfony Datagrid Bundle
MIT License
492 stars 344 forks source link

ORDER BY on a column from a fetch joined to-many #1042

Open simon-rohart opened 4 years ago

simon-rohart commented 4 years ago

Hello,

It looks impossible to sort a grid on a column wich contains values from a joined entity:

Cannot select distinct identifiers from query with LIMIT and ORDER BY on a column from a fetch joined to-many association. Use output walkers.

Someone have a solution?

Thanks you,

simon-rohart commented 4 years ago

This issue is apparently linked with this code: https://github.com/APY/APYDataGridBundle/pull/946