From: lpsolit%gmail.com <> Date: Tue, 13 Sep 2005 01:56:58 +0000 (+0000) Subject: Bug 307270: Displayed URLs when no product is given in editcomponents.cgi are wrong... X-Git-Tag: bugzilla-2.20~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e693a4b6304aa4bc5e0f73928569a57945b9dd7;p=thirdparty%2Fbugzilla.git Bug 307270: Displayed URLs when no product is given in editcomponents.cgi are wrong - Patch by Frédéric Buclin r=GavinS a=justdave --- diff --git a/template/en/default/admin/components/select-product.html.tmpl b/template/en/default/admin/components/select-product.html.tmpl index 7e6cb8be59..37a33e8d95 100644 --- a/template/en/default/admin/components/select-product.html.tmpl +++ b/template/en/default/admin/components/select-product.html.tmpl @@ -39,9 +39,6 @@ title = "Edit components for which product?" %] -[% bug_count_contentlink = BLOCK %]buglist.cgi?component=%%name%%&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 %]