]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 399079: Remove the 'showallproducts' parameter - Patch by Frédéric Buclin ...
authorlpsolit%gmail.com <>
Wed, 10 Dec 2008 18:43:28 +0000 (18:43 +0000)
committerlpsolit%gmail.com <>
Wed, 10 Dec 2008 18:43:28 +0000 (18:43 +0000)
Bugzilla/Config/BugFields.pm
template/en/default/admin/params/bugfields.html.tmpl
template/en/default/global/choose-classification.html.tmpl

index db5d0a2ffcfb1973892db3727ec0b76c4ae3b491..b0375ad504e775ddc071b059a8d18e391563e551 100644 (file)
@@ -53,12 +53,6 @@ sub get_param_list {
    default => 0
   },
 
-  {
-   name => 'showallproducts',
-   type => 'b',
-   default => 0
-  },
-
   {
    name => 'usetargetmilestone',
    type => 'b',
index bdd9ad8820eed77a638f6174a3cf749630f07e94..e0625b480929d4fec5fe5be633bd1158b4788b44 100644 (file)
@@ -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?",
index 6a37719124264bae7b929dbc0b104c7bb0794a7e..9342d814aca26022dcd79d91a99e00a1f6b72c75 100644 (file)
@@ -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>