Bug 215346: Bug lists don't use mapped fields - Patch by Emmanuel Seyman <eseyman@linagora.com> r=myk,wurblzap a=myk
git-svn-id: svn://10.0.0.236/trunk@173803 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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 %]
|
||||
|
||||
Reference in New Issue
Block a user