Show discarded topics in package results

This commit is contained in:
rubenwardy 2020-01-23 23:56:10 +00:00
parent 4e331c7f14
commit ddf5c7f665
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ def list_all():
topics = None
if qb.search and not query.has_next:
qb.show_discarded = True
topics = qb.buildTopicQuery().all()
tags = Tag.query.all()