]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 933736 - names are no longer links in html bugmail with background bugmail generation
authorDave Lawrence <dlawrence@mozilla.com>
Mon, 4 Nov 2013 18:52:10 +0000 (13:52 -0500)
committerDave Lawrence <dlawrence@mozilla.com>
Mon, 4 Nov 2013 18:52:10 +0000 (13:52 -0500)
r/a=glob

template/en/default/email/bugmail.html.tmpl

index 5d31d27a0e6ab6263372f4ffb358c73f98e207cc..6464e0a96bbeaaa09af6c38f5b3f346e88a5ce90 100644 (file)
@@ -23,7 +23,7 @@
             <b>[% "Comment # ${comment.count}" FILTER bug_link(bug,
               {comment_num => comment.count, full_url => 1, user => to_user}) FILTER none %]
               on [% "$terms.bug $bug.id" FILTER bug_link(bug, { full_url => 1, user => to_user }) FILTER none %]
-              from [% INCLUDE global/user.html.tmpl who = comment.author %]</b>
+              from [% INCLUDE global/user.html.tmpl user = to_user, who = comment.author %]</b>
           [% END %]
         <pre>[% comment.body_full({ wrap => 1 }) FILTER quoteUrls(bug, comment, to_user) %]</pre>
         </div>
@@ -64,7 +64,7 @@
                   FILTER bug_link(change.blocker, {full_url => 1, user => to_user}) FILTER none %],
               which changed state.
         [% ELSE %]
-              [% INCLUDE global/user.html.tmpl who = change.who %] changed
+              [% INCLUDE global/user.html.tmpl user = to_user, who = change.who %] changed
               [%+ "${terms.bug} ${bug.id}" FILTER bug_link(bug, {full_url => 1, user => to_user}) FILTER none %]
         [% END %]
           <br>