Question list: Drop pagination, allow to mix ordering with system fields

This commit is contained in:
Raphael Michel
2020-06-23 13:05:54 +02:00
parent 868292f9b3
commit 2a5c24482e
8 changed files with 215 additions and 204 deletions

View File

@@ -56,6 +56,10 @@ DEFAULTS = {
)
},
'system_question_order': {
'default': {},
'type': dict,
},
'attendee_names_asked': {
'default': 'True',
'type': bool,