From: Frédéric Buclin Date: Wed, 27 Apr 2011 00:52:33 +0000 (+0200) Subject: Bug 652987: The XML file of a bug incorrectly sets the See Also field X-Git-Tag: bugzilla-4.1.2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16f274f6d120d46734dee8b1ace0b7c3bf50c95a;p=thirdparty%2Fbugzilla.git Bug 652987: The XML file of a bug incorrectly sets the See Also field r=timello a=LpSolit --- diff --git a/template/en/default/bug/show.xml.tmpl b/template/en/default/bug/show.xml.tmpl index 152f3e0a9b..f5c125a524 100644 --- a/template/en/default/bug/show.xml.tmpl +++ b/template/en/default/bug/show.xml.tmpl @@ -133,6 +133,8 @@ [% val = val FILTER email %] [% ELSIF field == 'creation_ts' OR field == 'delta_ts' %] [% val = val FILTER time("%Y-%m-%d %T %z") %] + [% ELSIF field == "see_also" %] + [% val = val.name %] [% END %] <[% field %][% IF name != '' %] name="[% name FILTER xml %]"[% END -%]> [%- val FILTER xml %]