aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2011-11-11 16:45:37 +0100
committerChristian Ruppert <idl0r@gentoo.org>2011-11-11 16:45:37 +0100
commitb06cfc09fc8afc2670cde58a8f4d597c7c93f6a5 (patch)
tree7e80e5a91d3a194b0bfae492f8f51997d8ac7550
parentFix <herd> interpretation to not cause errors (diff)
downloadpackages-3-b06cfc09fc8afc2670cde58a8f4d597c7c93f6a5.tar.gz
packages-3-b06cfc09fc8afc2670cde58a8f4d597c7c93f6a5.tar.bz2
packages-3-b06cfc09fc8afc2670cde58a8f4d597c7c93f6a5.zip
Fix bugzilla statuses
-rw-r--r--web/lib/links.py2
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"""