mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
SubEvent search: Fix inconsistent ordering
This commit is contained in:
@@ -255,7 +255,7 @@ def subevent_select2(request, **kwargs):
|
||||
|
||||
qs = request.event.subevents.filter(
|
||||
qf
|
||||
).order_by('-date_from')
|
||||
).order_by('-date_from', 'name', 'pk')
|
||||
|
||||
total = qs.count()
|
||||
pagesize = 20
|
||||
|
||||
Reference in New Issue
Block a user