You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Of course doing it in annotation could be smarter and easier to reuse everywhere but, ATM, I don't know if it works or not.
I should check properly but I don't have much time this period.
Hi,
I'm trying to order the data in a group_concat but can't figure out how to do it.
Email is an ORM entity with a
isPrimary
boolean. I need the primary email addresses to be first. In the grid (export) the ORM orderBy is ignored.I tried several syntax versions of
emails.value:group_concat:order_by:emails.isPrimary:desc
but no so far no luck. thegroup_concat
seems to support anorderBy
property : https://github.com/beberlei/DoctrineExtensions/pull/111/filesIs this supported ? If so, how do I use it ? If not, is there another way I can get the emails sorted correctly ?
The text was updated successfully, but these errors were encountered: