summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Bugzilla/Config/BugFields.pm6
-rw-r--r--template/en/default/admin/params/bugfields.html.tmpl3
-rw-r--r--template/en/default/global/choose-classification.html.tmpl3
3 files changed, 0 insertions, 12 deletions
diff --git a/Bugzilla/Config/BugFields.pm b/Bugzilla/Config/BugFields.pm
index db5d0a2ff..b0375ad50 100644
--- a/Bugzilla/Config/BugFields.pm
+++ b/Bugzilla/Config/BugFields.pm
@@ -54,12 +54,6 @@ sub get_param_list {
},
{
- name => 'showallproducts',
- type => 'b',
- default => 0
- },
-
- {
name => 'usetargetmilestone',
type => 'b',
default => 0
diff --git a/template/en/default/admin/params/bugfields.html.tmpl b/template/en/default/admin/params/bugfields.html.tmpl
index bdd9ad882..e0625b480 100644
--- a/template/en/default/admin/params/bugfields.html.tmpl
+++ b/template/en/default/admin/params/bugfields.html.tmpl
@@ -28,9 +28,6 @@
"specific classification. But you must have 'editclassification' " _
"permissions enabled in order to edit classifications.",
- showallproducts => "If this is on and useclassification is set, $terms.Bugzilla will add a " _
- "'All' link in the 'New $terms.Bug' page to list all available products.",
-
usetargetmilestone => "Do you wish to use the Target Milestone field?",
useqacontact => "Do you wish to use the QA Contact field?",
diff --git a/template/en/default/global/choose-classification.html.tmpl b/template/en/default/global/choose-classification.html.tmpl
index 6a3771912..9342d814a 100644
--- a/template/en/default/global/choose-classification.html.tmpl
+++ b/template/en/default/global/choose-classification.html.tmpl
@@ -29,8 +29,6 @@
[% PROCESS global/header.html.tmpl %]
<table>
-
-[% IF Param('showallproducts') %]
<tr>
<th align="right">
<a href="[% target FILTER url_quote %]?classification=__all
@@ -44,7 +42,6 @@
<tr>
<th colspan="2">&nbsp;</th>
</tr>
-[% END %]
[% FOREACH class = classifications %]
<tr>