From: Hugo Seabrook Date: Wed, 30 Jan 2013 17:48:15 +0000 (-0500) Subject: Bug 833752 - Bug id custom fields should be clickable in bug list X-Git-Tag: bugzilla-4.5.1~216 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79ad758038193113a6bddfe2025bb2b916842684;p=thirdparty%2Fbugzilla.git Bug 833752 - Bug id custom fields should be clickable in bug list r=dkl, a=LpSolit --- diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl index 02fe8e7287..b686e79240 100644 --- a/template/en/default/list/table.html.tmpl +++ b/template/en/default/list/table.html.tmpl @@ -200,6 +200,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 %]