]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 307270: Displayed URLs when no product is given in editcomponents.cgi are wrong...
authorlpsolit%gmail.com <>
Tue, 13 Sep 2005 01:56:58 +0000 (01:56 +0000)
committerlpsolit%gmail.com <>
Tue, 13 Sep 2005 01:56:58 +0000 (01:56 +0000)
template/en/default/admin/components/select-product.html.tmpl

index 7e6cb8be59b3e040b3476d82502701855ecc7891..37a33e8d9573552bc0fd466ec52cb7a66c0808ef 100644 (file)
@@ -39,9 +39,6 @@
   title = "Edit components for which product?"
 %]
 
-[% bug_count_contentlink = BLOCK %]buglist.cgi?component=%%name%%&amp;product=
-  [%- product FILTER url_quote %][% END %]
-
 [% columns = [
      { 
        name => "name"
@@ -62,7 +59,7 @@
       name => 'bug_count'
       heading => "$terms.Bugs"
       align => "right"
-      contentlink => bug_count_contentlink
+      contentlink => "buglist.cgi?product=%%name%%"
     }) %]
 
 [% END %]