]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 215346: Bug lists don't use mapped fields - Patch by Emmanuel Seyman <eseyman...
authorlpsolit%gmail.com <>
Fri, 27 May 2005 18:37:17 +0000 (18:37 +0000)
committerlpsolit%gmail.com <>
Fri, 27 May 2005 18:37:17 +0000 (18:37 +0000)
template/en/default/list/table.html.tmpl

index 5cb781567eb9e67f6632e87346136360d2d1c34f..d3fe3231b05983d0b8bbe61a994a1aaac1f6a8fa 100644 (file)
                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 %]