From: Frédéric Buclin Date: Sat, 15 Oct 2011 11:55:01 +0000 (+0200) Subject: Bug 691697: There is no link pointing to the new bug in HTML bugmails X-Git-Tag: bugzilla-4.2rc1~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a35b3a039ad2d5d660cc2f0f81c30f3b067e461;p=thirdparty%2Fbugzilla.git Bug 691697: There is no link pointing to the new bug in HTML bugmails r=pyrzak a=LpSolit --- diff --git a/template/en/default/email/bugmail.html.tmpl b/template/en/default/email/bugmail.html.tmpl index f48667e7b1..ac47278118 100644 --- a/template/en/default/email/bugmail.html.tmpl +++ b/template/en/default/email/bugmail.html.tmpl @@ -96,7 +96,13 @@ [% IF isnew %] [% field_label FILTER html %] - [% new_value FILTER html %] + + [% IF change.field_name == "bug_id" %] + [% new_value FILTER bug_link(bug, full_url => 1) FILTER none %] + [% ELSE %] + [% new_value FILTER html %] + [% END %] + [% ELSE %]