]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 304335: Status and resolution empty in whine mails - Patch by Marc Schumann ...
authorlpsolit%gmail.com <>
Mon, 22 Aug 2005 02:57:41 +0000 (02:57 +0000)
committerlpsolit%gmail.com <>
Mon, 22 Aug 2005 02:57:41 +0000 (02:57 +0000)
template/en/default/whine/mail.html.tmpl
template/en/default/whine/mail.txt.tmpl

index 1b8ac163154f6f4b87d8fac06b5b7995d03e5a18..d81043a36d01d32b887f451e0fbf99688378863c 100644 (file)
@@ -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 @@
         <td align="left">[% bug.rep_platform FILTER html %]</td>
         <td align="left">[% bug.$assignee_login_string FILTER html %]</td>
         <td align="left">[% status_descs.${bug.bug_status} FILTER html %]</td>
-        <td align="left">[% resolutions.descs.${bug.resolution} FILTER html %]</td>
+        <td align="left">[% resolution_descs.${bug.resolution} FILTER html %]</td>
         <td align="left">[% bug.short_desc FILTER html %]</td>
       </tr>
     [% END %]
index d42437d42efba3357f0c6bc20a7874c6bd8757b4..962972197f3902ab22cbe3f7cf67a910e6a07168 100644 (file)
@@ -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 %]