From e2ac802e852df883f0652f532d864320719d3ebd Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 22 Aug 2005 02:57:41 +0000 Subject: [PATCH] Bug 304335: Status and resolution empty in whine mails - Patch by Marc Schumann r=LpSolit a=myk --- template/en/default/whine/mail.html.tmpl | 3 ++- template/en/default/whine/mail.txt.tmpl | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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 %] -- 2.47.3