Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sort on realm in Users view crashes #28

Open
pauldekkers opened this issue Jun 27, 2023 · 5 comments
Open

Sort on realm in Users view crashes #28

pauldekkers opened this issue Jun 27, 2023 · 5 comments

Comments

@pauldekkers
Copy link
Member

A sort on the realm column in the users view causes a crash

@parijke
Copy link
Contributor

parijke commented Jul 3, 2023

@pauldekkers How to reproduce this error? (which view)

@pauldekkers
Copy link
Member Author

It's clicking on the 'User accounts', and sort on 'Realm' that gives the 500:

Screenshot 2023-07-04 at 13 26 02

@parijke
Copy link
Contributor

parijke commented Jul 5, 2023

@pauldekkers I need data to mimic this

@parijke
Copy link
Contributor

parijke commented Jul 17, 2023

Pinned it down to this error
EasyCorp/EasyAdminBundle#5782

We can fix the error by setting setPaginatorUseOutputWalkers(false) but I do not know exactly the purpose of this and why it is set in the first place. @Shaky212 can you help me with the 'why' in this case?

@parijke
Copy link
Contributor

parijke commented Jul 18, 2023

I made a reproducer in the issue mentioned above, showing that it is not an letswifi issue, but a combination of doctrine / ea. Therefor, we cannot fix this at the moment, other than the setPaginatorUseOutputWalkers(false) option

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants