diff options
-rw-r--r-- | web/lib/links.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/lib/links.py b/web/lib/links.py index 1dde044..6fbedd9 100644 --- a/web/lib/links.py +++ b/web/lib/links.py @@ -48,7 +48,7 @@ def bugzilla_search_link(searchstring, """Give a quicksearch link for a Bugzilla install""" if bug_status is None: - bug_status = ['UNCONFIRMED', 'NEW', 'ASSIGNED', 'REOPENED'] + bug_status = ['UNCONFIRMED', 'IN_PROGRESS', 'CONFIRMED'] def f(k): """return a bug status match""" |