summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/create/create-guided.html.tmpl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2005-03-11 06:50:53 +0100
committergerv%gerv.net <>2005-03-11 06:50:53 +0100
commit3dbc33fa256c3df2f4c15bad98dac5a73fcc09b3 (patch)
treeb018cac3e3c155d19dcfcc77accc08de7934cc41 /template/en/default/bug/create/create-guided.html.tmpl
parent93a15275470b50a6afd0e8fa8bb3541e85c0685e (diff)
downloadbugzilla-3dbc33fa256c3df2f4c15bad98dac5a73fcc09b3.tar.gz
bugzilla-3dbc33fa256c3df2f4c15bad98dac5a73fcc09b3.tar.xz
Bug 274365 - search all core products when searching a particular application product. Patch by gerv; r,a=myk.
Diffstat (limited to 'template/en/default/bug/create/create-guided.html.tmpl')
-rw-r--r--template/en/default/bug/create/create-guided.html.tmpl10
1 files changed, 10 insertions, 0 deletions
diff --git a/template/en/default/bug/create/create-guided.html.tmpl b/template/en/default/bug/create/create-guided.html.tmpl
index fc05440e9..5f7ad3790 100644
--- a/template/en/default/bug/create/create-guided.html.tmpl
+++ b/template/en/default/bug/create/create-guided.html.tmpl
@@ -143,6 +143,16 @@ function PutDescription() {
<input type="hidden" name="order" value="relevance desc">
<input type="hidden" name="bug_status" value="__all__">
<input type="hidden" name="product" value="[% product FILTER html %]">
+ [% IF product == "Firefox" OR
+ product == "Thunderbird" OR
+ product == "Mozilla Application Suite" OR
+ product == "Camino" %]
+ <input type="hidden" name="product" value="Core">
+ <input type="hidden" name="product" value="Toolkit">
+ <input type="hidden" name="product" value="PSM">
+ <input type="hidden" name="product" value="NSPR">
+ <input type="hidden" name="product" value="NSS">
+ [% END %]
<input type="hidden" name="chfieldfrom" value="-6m">
<input type="hidden" name="chfieldto" value="Now">
<input type="hidden" name="chfield" value="[Bug creation]">