]> 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:18:42 +0000 (01:18 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Mon, 12 Jul 2010 23:18:42 +0000 (01:18 +0200)
r=glob a=mkanat

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

index 1bcc2e40d1082a7e859d51e161588dae724965c4..65e02872c59e7c48a226c14cbb604ea08a2dd2c8 100644 (file)
@@ -48,7 +48,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 %]