Skip to content

Commit

Permalink
Merge pull request #6333 from akatsoulas/500-all-questions
Browse files Browse the repository at this point in the history
Improve aaq config check
  • Loading branch information
akatsoulas authored Nov 4, 2024
2 parents 8d65c38 + f9e7f40 commit 10637c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kitsune/questions/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def question_list(request, product_slug=None, topic_slug=None):

multiple = (len(products) > 1) or ("all" in product_slugs)
product_with_aaq = False
if multiple:
if products and not multiple:
product_with_aaq = has_aaq_config(products[0])

topics = []
Expand Down

0 comments on commit 10637c3

Please sign in to comment.