From 32add3f7b6cdfa932ce07b99c13c140df10bf537 Mon Sep 17 00:00:00 2001 From: Hugo Seabrook Date: Wed, 30 Jan 2013 13:06:35 -0500 Subject: Bug 833752 - Bug id custom fields should be clickable in bug list --- template/en/default/list/table.html.tmpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl index b4c36f575..c82054013 100644 --- a/template/en/default/list/table.html.tmpl +++ b/template/en/default/list/table.html.tmpl @@ -231,6 +231,10 @@ [%- bug.$column.truncate(col_abbrev.maxlength, col_abbrev.ellipsis) FILTER html -%] + [% ELSIF bug_fields.$column.type == constants.FIELD_TYPE_BUG_ID %] + + [%- bug.$column.truncate(col_abbrev.maxlength, col_abbrev.ellipsis) FILTER html -%] + [% ELSE %] [%- display_value(column, bug.$column).truncate(col_abbrev.maxlength, col_abbrev.ellipsis) FILTER html -%] [% END %] -- cgit v1.2.3-24-g4f1b