From dcc141ae3ca05a266174ad1a89e5499ec8bc674b Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 27 May 2005 18:37:17 +0000 Subject: Bug 215346: Bug lists don't use mapped fields - Patch by Emmanuel Seyman r=myk,wurblzap a=myk --- template/en/default/list/table.html.tmpl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'template/en/default') diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl index 5cb781567..d3fe3231b 100644 --- a/template/en/default/list/table.html.tmpl +++ b/template/en/default/list/table.html.tmpl @@ -183,6 +183,10 @@ column == 'remaining_time' || column == 'estimated_time' %] [% PROCESS formattimeunit time_unit=bug.$column %] + [% ELSIF column == 'bug_status' %] + [%- status_descs.${bug.$column}.truncate(abbrev.$column.maxlength, abbrev.$column.ellipsis) FILTER html %] + [% ELSIF column == 'resolution' %] + [%- resolution_descs.${bug.$column}.truncate(abbrev.$column.maxlength, abbrev.$column.ellipsis) FILTER html %] [% ELSE %] [%- bug.$column.truncate(abbrev.$column.maxlength, abbrev.$column.ellipsis) FILTER html -%] [% END %] -- cgit v1.2.3-24-g4f1b