From: Frédéric Buclin Date: Tue, 2 Nov 2010 23:00:48 +0000 (+0100) Subject: Bug 607581: URLs in the See Also field are not linkified when the user is logged out X-Git-Tag: bugzilla-4.0rc1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0df6bcba11854954b6175382c392b3e2d866d822;p=thirdparty%2Fbugzilla.git Bug 607581: URLs in the See Also field are not linkified when the user is logged out r=pyrzak a=LpSolit --- diff --git a/template/en/default/bug/field.html.tmpl b/template/en/default/bug/field.html.tmpl index 2417ce39b2..b014a6e6fb 100644 --- a/template/en/default/bug/field.html.tmpl +++ b/template/en/default/bug/field.html.tmpl @@ -204,6 +204,12 @@ [% IF value %] [% value FILTER bug_link(value, use_alias => 1) FILTER none %] [% END %] +[% ELSIF field.type == constants.FIELD_TYPE_BUG_URLS %] + [% '' IF value.size %] [% ELSE %] [% value.join(', ') FILTER html %] [% END %]