From 93919407f0e7e7a638d9e3c36640bd2f78d77367 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Wed, 6 Jan 2016 23:13:27 +0800 Subject: Bug 1237188 - add support for servicenow to the 'see also' field --- extensions/BugModal/template/en/default/bug_modal/field.html.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'extensions/BugModal/template/en/default/bug_modal') diff --git a/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl index b31052d36..0fe143919 100644 --- a/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl @@ -308,7 +308,9 @@ END; [% IF url.isa('Bugzilla::BugUrl::Bugzilla::Local') %] [% url.target_bug_id FILTER bug_link(url.target_bug_id, use_alias => 1) FILTER none %] [% ELSE %] - [% url.name FILTER html %] + [% url.name FILTER truncate(40) FILTER html %] [% END %] [% IF edit %]