From: Frédéric Buclin Date: Sat, 15 Oct 2011 11:53:19 +0000 (+0200) Subject: Bug 691697: There is no link pointing to the new bug in HTML bugmails X-Git-Tag: bugzilla-4.3.1~233 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbdce8cfde708e70984702246ad7b9723680aa8e;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 824bdc5bf5..607c38a1ec 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 %]