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
{{ message }}
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
It would be nice if there was any way overriding the entity alias (currently defined by the method getEntityShortName). Sometimes it's necessary to manipulate the QueryBuilder like explained in the docs, but what if that is done using methods from a service which uses another alias?
Additionally in my special case the entity is named Member. The problem here seems to be, that MEMBER is a reserved keyword of DQL (not SQL, which is already checked in the method getEntityShortName), for an example look here. This leads to syntax errors in the DQL query.
I came up with a quick solution by adding a method to the DatatableQueryBuilder: