From: lpsolit%gmail.com <> Date: Mon, 22 Aug 2005 02:57:41 +0000 (+0000) Subject: Bug 304335: Status and resolution empty in whine mails - Patch by Marc Schumann ... X-Git-Tag: bugzilla-2.20~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2ac802e852df883f0652f532d864320719d3ebd;p=thirdparty%2Fbugzilla.git Bug 304335: Status and resolution empty in whine mails - Patch by Marc Schumann r=LpSolit a=myk --- diff --git a/template/en/default/whine/mail.html.tmpl b/template/en/default/whine/mail.html.tmpl index 1b8ac16315..d81043a36d 100644 --- a/template/en/default/whine/mail.html.tmpl +++ b/template/en/default/whine/mail.html.tmpl @@ -30,6 +30,7 @@ #%] [% PROCESS global/variables.none.tmpl %] +[% PROCESS 'global/field-descs.none.tmpl' %] [%# assignee_login_string is a literal string used for getting the # assignee's name out of the bug data %] @@ -83,7 +84,7 @@ [% bug.rep_platform FILTER html %] [% bug.$assignee_login_string FILTER html %] [% status_descs.${bug.bug_status} FILTER html %] - [% resolutions.descs.${bug.resolution} FILTER html %] + [% resolution_descs.${bug.resolution} FILTER html %] [% bug.short_desc FILTER html %] [% END %] diff --git a/template/en/default/whine/mail.txt.tmpl b/template/en/default/whine/mail.txt.tmpl index d42437d42e..962972197f 100644 --- a/template/en/default/whine/mail.txt.tmpl +++ b/template/en/default/whine/mail.txt.tmpl @@ -30,6 +30,7 @@ #%] [% PROCESS global/variables.none.tmpl %] +[% PROCESS 'global/field-descs.none.tmpl' %] [%# assignee_login_string is a literal string used for getting the # assignee's name out of the bug data %]