From 86876b1472b6bccc1fd37927694637d99220cdb9 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 22 Aug 2005 02:55:42 +0000 Subject: 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(-) (limited to 'template/en/default/whine') diff --git a/template/en/default/whine/mail.html.tmpl b/template/en/default/whine/mail.html.tmpl index 1b8ac1631..d81043a36 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 d42437d42..962972197 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 %] -- cgit v1.2.3-24-g4f1b