mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Question list: Drop pagination, allow to mix ordering with system fields
This commit is contained in:
@@ -56,6 +56,10 @@ DEFAULTS = {
|
||||
|
||||
)
|
||||
},
|
||||
'system_question_order': {
|
||||
'default': {},
|
||||
'type': dict,
|
||||
},
|
||||
'attendee_names_asked': {
|
||||
'default': 'True',
|
||||
'type': bool,
|
||||
|
||||
Reference in New Issue
Block a user