summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-02-24 17:24:57 +0100
committergerv%gerv.net <>2002-02-24 17:24:57 +0100
commitde0443553cc3b55be7ccfa3c2325c502bf1dd69f (patch)
treef9dad9c3673a8548fba4020e1cf9255824016dd9 /defparams.pl
parentda9f22870991546b0d783e9d9694ee226b445937 (diff)
downloadbugzilla-de0443553cc3b55be7ccfa3c2325c502bf1dd69f.tar.gz
bugzilla-de0443553cc3b55be7ccfa3c2325c502bf1dd69f.tar.xz
Bug 110711 - various query.cgi/tmpl problems. This patch resolves all known issues.
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/defparams.pl b/defparams.pl
index 871a30e3a..0ba0189d0 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -468,7 +468,7 @@ You will get this message once a day until you've dealt with these bugs!
DefParam("defaultquery",
"This is the default query that initially comes up when you submit a bug. It's in URL parameter format, which makes it hard to read. Sorry!",
"t",
- "bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=%22Importance%22");
+ "bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailqa_contact2=1&order=%22Importance%22");
DefParam("letsubmitterchoosepriority",