Commit 79ad7580 authored by Hugo Seabrook's avatar Hugo Seabrook Committed by Dave Lawrence

Bug 833752 - Bug id custom fields should be clickable in bug list

r=dkl, a=LpSolit
parent 8231cd04
......@@ -200,6 +200,10 @@
<a href="show_bug.cgi?id=[% bug.bug_id FILTER html %]">
[%- bug.$column.truncate(col_abbrev.maxlength, col_abbrev.ellipsis) FILTER html -%]
</a>
[% ELSIF bug_fields.$column.type == constants.FIELD_TYPE_BUG_ID %]
<a href="show_bug.cgi?id=[% bug.$column FILTER html %]">
[%- bug.$column.truncate(col_abbrev.maxlength, col_abbrev.ellipsis) FILTER html -%]
</a>
[% ELSE %]
[%- display_value(column, bug.$column).truncate(col_abbrev.maxlength, col_abbrev.ellipsis) FILTER html -%]
[% END %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment