From: Frédéric Buclin Date: Tue, 2 Nov 2010 22:58:27 +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.1.1~165 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=480a9b8e789be47fe8a4ddf5159c0a4056f890cb;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 1eb4574bfc..82998993fc 100644 --- a/template/en/default/bug/field.html.tmpl +++ b/template/en/default/bug/field.html.tmpl @@ -211,6 +211,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 %]