From: wurblzap%gmail.com <> Date: Mon, 19 Dec 2005 03:19:24 +0000 (+0000) Subject: Bug 314757: The mybugstemplate parameter should include UNCONFIRMED bugs I reported... X-Git-Tag: bugzilla-2.22rc1~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42edef880661a5493a830727669c9641b961f725;p=thirdparty%2Fbugzilla.git Bug 314757: The mybugstemplate parameter should include UNCONFIRMED bugs I reported myself. Patch by Marc Schumann , r=LpSolit, a=justdave --- diff --git a/Bugzilla/Config/Query.pm b/Bugzilla/Config/Query.pm index c259bea536..b86339fc91 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%' }, {