Commit 79d6ff2b authored by Michal Čihař's avatar Michal Čihař

Revert "Special case all search here"

This reverts commit 433ce14d.
parent bc5edfe8
......@@ -51,10 +51,7 @@ def review_source(request, project, subproject):
ignored = 'ignored' in request.GET
# Filter units:
if rqtype == 'all':
sources = source.unit_set.all()
else:
sources = source.unit_set.filter_type(rqtype, source, ignored)
sources = source.unit_set.filter_type(rqtype, source, ignored)
paginator = Paginator(sources, limit)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment