From edcc538e961a21c18566bf71fea02c0ef5bbd256 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 10 Apr 2007 22:33:10 +0000 Subject: =?UTF-8?q?Bug=20377026:=20Replace=20all=20occurences=20of=20statu?= =?UTF-8?q?s=5Fdescs.FOO=20by=20get=5Fstatus("FOO")=20(next=20step=20in=20?= =?UTF-8?q?supporting=20custom=20bug=20statuses)=20-=20Patch=20by=20Fr?= =?UTF-8?q?=C3=83=C2=A9d=C3=83=C2=A9ric=20Buclin=20=20r?= =?UTF-8?q?=3Dgerv=20a=3DLpSolit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/reports/report-bar.png.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template/en/default/reports/report-bar.png.tmpl') diff --git a/template/en/default/reports/report-bar.png.tmpl b/template/en/default/reports/report-bar.png.tmpl index 2c29a3558..f830e71da 100644 --- a/template/en/default/reports/report-bar.png.tmpl +++ b/template/en/default/reports/report-bar.png.tmpl @@ -29,7 +29,7 @@ [% IF col_field == 'bug_status' %] [% FOR i IN [ 0 .. data.0.0.max ] %] - [% data.0.0.$i = status_descs.${data.0.0.$i} %] + [% data.0.0.$i = get_status(data.0.0.$i) %] [% END %] [% END %] @@ -41,7 +41,7 @@ [% IF row_field == 'bug_status' %] [% FOR i IN [ 0 .. row_names.max ] %] - [% row_names.$i = status_descs.${row_names.$i} %] + [% row_names.$i = get_status(row_names.$i) %] [% END %] [% END %] -- cgit v1.2.1