mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Show assigned products in list of questions
This commit is contained in:
@@ -250,7 +250,7 @@ class QuestionList(ListView):
|
||||
template_name = 'pretixcontrol/items/questions.html'
|
||||
|
||||
def get_queryset(self):
|
||||
return self.request.event.questions.all()
|
||||
return self.request.event.questions.prefetch_related('items')
|
||||
|
||||
|
||||
def question_move(request, question, up=True):
|
||||
|
||||
Reference in New Issue
Block a user