mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-10 01:23:48 +01:00
Show discarded topics in package results
This commit is contained in:
parent
4e331c7f14
commit
ddf5c7f665
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user