diff options
author | wurblzap%gmail.com <> | 2005-12-19 04:19:24 +0100 |
---|---|---|
committer | wurblzap%gmail.com <> | 2005-12-19 04:19:24 +0100 |
commit | 42edef880661a5493a830727669c9641b961f725 (patch) | |
tree | b4ca9b458fb7b77c16bd5dfb388ddc58671eb639 /Bugzilla/Config | |
parent | a224dfe5f7c3d54d9d0ad8e521f799414b7386b8 (diff) | |
download | bugzilla-42edef880661a5493a830727669c9641b961f725.tar.gz bugzilla-42edef880661a5493a830727669c9641b961f725.tar.xz |
Bug 314757: The mybugstemplate parameter should include UNCONFIRMED bugs I reported myself.
Patch by Marc Schumann <wurblzap@gmail.com>,
r=LpSolit, a=justdave
Diffstat (limited to 'Bugzilla/Config')
-rw-r--r-- | Bugzilla/Config/Query.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Config/Query.pm b/Bugzilla/Config/Query.pm index c259bea53..b86339fc9 100644 --- a/Bugzilla/Config/Query.pm +++ b/Bugzilla/Config/Query.pm @@ -57,7 +57,7 @@ sub get_param_list { { name => 'mybugstemplate', type => 't', - default => 'buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=%userid%&emailtype1=exact&emailassigned_to1=1&emailreporter1=1' + default => 'buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailreporter1=1&emailtype1=exact&email1=%userid%&field0-0-0=bug_status&type0-0-0=notequals&value0-0-0=UNCONFIRMED&field0-0-1=reporter&type0-0-1=equals&value0-0-1=%userid%' }, { |