summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config/Query.pm
diff options
context:
space:
mode:
authorwurblzap%gmail.com <>2005-12-19 04:19:24 +0100
committerwurblzap%gmail.com <>2005-12-19 04:19:24 +0100
commit42edef880661a5493a830727669c9641b961f725 (patch)
treeb4ca9b458fb7b77c16bd5dfb388ddc58671eb639 /Bugzilla/Config/Query.pm
parenta224dfe5f7c3d54d9d0ad8e521f799414b7386b8 (diff)
downloadbugzilla-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/Query.pm')
-rw-r--r--Bugzilla/Config/Query.pm2
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&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=%userid%&amp;emailtype1=exact&amp;emailassigned_to1=1&amp;emailreporter1=1'
+ default => 'buglist.cgi?bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;emailassigned_to1=1&amp;emailreporter1=1&amp;emailtype1=exact&amp;email1=%userid%&amp;field0-0-0=bug_status&amp;type0-0-0=notequals&amp;value0-0-0=UNCONFIRMED&amp;field0-0-1=reporter&amp;type0-0-1=equals&amp;value0-0-1=%userid%'
},
{