mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Ensure total ordering of paginated lists (#3061)
This commit is contained in:
@@ -447,6 +447,7 @@ class CheckinListView(EventPermissionRequiredMixin, PaginationMixin, ListView):
|
||||
context_object_name = 'checkins'
|
||||
permission = 'can_view_orders'
|
||||
template_name = 'pretixcontrol/checkin/checkins.html'
|
||||
ordering = ('-datetime', '-pk')
|
||||
|
||||
def get_queryset(self):
|
||||
qs = Checkin.all.filter(
|
||||
|
||||
Reference in New Issue
Block a user