]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 578003: E-mail notifications are missing datetime for comments
authorFrédéric Buclin <LpSolit@gmail.com>
Mon, 12 Jul 2010 23:16:41 +0000 (01:16 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Mon, 12 Jul 2010 23:16:41 +0000 (01:16 +0200)
r=glob a=mkanat

template/en/default/email/newchangedmail.txt.tmpl

index e138eff23bc958e965f27bf8918d634fdb48ffec..f21fdc1ad62b2aa40ad41ecbd8d05ea9b4d3574a 100644 (file)
@@ -51,7 +51,7 @@ X-Bugzilla-Changed-Fields: [% changedfields %]
 [% FOREACH comment = new_comments %]
 
 [%- IF comment.count %]
---- Comment #[% comment.count %] from [% comment.author.identity %] [%+ comment.time FILTER time(undef, to_user.timezone) %] ---
+--- Comment #[% comment.count %] from [% comment.author.identity %] [%+ comment.creation_ts FILTER time(undef, to_user.timezone) %] ---
 [% END %]
 [%+ comment.body_full({ is_bugmail => 1, wrap => 1 }) %]
 [% END %]