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

Fix incorrect waiting list sorting #3227

Merged
merged 1 commit into from
Feb 21, 2023
Merged

Fix incorrect waiting list sorting #3227

merged 1 commit into from
Feb 21, 2023

Commits on Feb 21, 2023

  1. Fix incorrect waiting list sorting

    On some events, usually with many users in the waiting list, the waiting
    list is consistently wrong for all users (i.e. the sorting is the same,
    incorrect for all users) when admitted to the event.
    
    I'm not 100% sure why this works, but changing the query for the
    prefetching on the event retrieve endpoint consistently gives the
    correct sorting.
    LudvigHz committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    86cdab6 View commit details
    Browse the repository at this point in the history