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
When trying to gather the list of users with FOSUserBundle and SonataUser, $sqlIdentifier is empty, resulting in a query with nothing after DISTINCT: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT FROM (SELECT
Expected behavior
Expected a list of aliases after DISTINCT
How to reproduce
Check for list of users from SonataAdminBundle interface
Here are the informations I gathered:
In CountOutputWalker:
$fromRoot:
Bug Report
Summary
SQLIdentifier is empty
Current behavior
When trying to gather the list of users with FOSUserBundle and SonataUser, $sqlIdentifier is empty, resulting in a query with nothing after DISTINCT:
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT FROM (SELECT
Expected behavior
Expected a list of aliases after DISTINCT
How to reproduce
Check for list of users from SonataAdminBundle interface
Here are the informations I gathered:
In CountOutputWalker:
$fromRoot:
$rootAlias:
$rootClass:
This is my composer.json:
The text was updated successfully, but these errors were encountered: