upstream/2025.9.0 #8

Merged
simon merged 135 commits from upstream/2025.9.0 into master 2025-11-09 07:33:15 +00:00
Showing only changes of commit 82eca01e5c - Show all commits
+1 -1
View File
@@ -1162,7 +1162,7 @@ class QuotaListExporter(ListExporter):
yield headers
quotas = list(self.event.quotas.select_related('subevent'))
qa = QuotaAvailability(full_results=True, allow_repeatable_read=False)
qa = QuotaAvailability(full_results=True, allow_repeatable_read=True)
qa.queue(*quotas)
qa.compute()