API: Fix crash in check-in API (PRETIXEU-CT1) (#5806)

This commit is contained in:
Raphael Michel
2026-01-23 11:17:21 +01:00
committed by GitHub
parent 461ab2472f
commit baac963fa8
2 changed files with 7 additions and 0 deletions

View File

@@ -966,6 +966,7 @@ class CheckinRPCSearchView(ListAPIView):
def get_serializer_context(self):
ctx = super().get_serializer_context()
ctx['expand'] = self.request.query_params.getlist('expand')
ctx['organizer'] = self.request.organizer
ctx['pdf_data'] = False
return ctx