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
I believe we changed the Pretix tickets/attendee-tickets endpoint to pick all positions where the position email and order email match the user (I believe it was done to make it work with hotels, social events etc?) which broke this check:
I believe we changed the Pretix
tickets/attendee-tickets
endpoint to pick all positions where the position email and order email match the user (I believe it was done to make it work with hotels, social events etc?) which broke this check:pycon/backend/api/pretix/mutations.py
Line 61 in 12b48d2
The check assumes that when a ticket is re-asigned it is not returned by
get_user_tickets
:pycon/backend/api/pretix/query.py
Line 38 in 5c65e06
The text was updated successfully, but these errors were encountered: