aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/edit.html.tmpl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2007-05-27 03:27:45 +0000
committerlpsolit%gmail.com <>2007-05-27 03:27:45 +0000
commit2bd57ce8e6f2c2bb59a99d825fc9d181ea2cb4a5 (patch)
tree6bd15d0b6062217eaf3e7f82eaff89f75715f702 /template/en/default/bug/edit.html.tmpl
parent9e81bb0333048f6066610f66614a1ef163917137 (diff)
downloadbugs-2bd57ce8e6f2c2bb59a99d825fc9d181ea2cb4a5.tar
bugs-2bd57ce8e6f2c2bb59a99d825fc9d181ea2cb4a5.tar.gz
bugs-2bd57ce8e6f2c2bb59a99d825fc9d181ea2cb4a5.tar.bz2
bugs-2bd57ce8e6f2c2bb59a99d825fc9d181ea2cb4a5.tar.xz
bugs-2bd57ce8e6f2c2bb59a99d825fc9d181ea2cb4a5.zip
Bug 344965: Fix process_bug.cgi and bug/* templates to work with custom bug status workflow - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
Diffstat (limited to 'template/en/default/bug/edit.html.tmpl')
-rw-r--r--template/en/default/bug/edit.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl
index 619c594e1..fe3adbbe9 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -595,7 +595,7 @@
<td align="right">
<b><a href="page.cgi?id=fields.html#status">Status</a></b>:
</td>
- <td>[% status_descs.${bug.bug_status} FILTER html %]</td>
+ <td>[% get_status(bug.bug_status) FILTER html %]</td>
</tr>
<tr>