From: Frédéric Buclin Date: Fri, 8 Mar 2013 11:38:50 +0000 (+0100) Subject: Bug 848250: Bug summary tooltip now includes "---" for unresolved bugs X-Git-Tag: bugzilla-4.5.1~195 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=704644a4660cb25b3bbbc233537c3d8fd5029ea1;p=thirdparty%2Fbugzilla.git Bug 848250: Bug summary tooltip now includes "---" for unresolved bugs r=dkl a=LpSolit --- diff --git a/template/en/default/bug/link.html.tmpl b/template/en/default/bug/link.html.tmpl index 4e62e04eca..40031e16ff 100644 --- a/template/en/default/bug/link.html.tmpl +++ b/template/en/default/bug/link.html.tmpl @@ -24,7 +24,9 @@ [%# We use "FILTER none" here because link_title is filtered down below. %] [% link_title = BLOCK %] [% display_value('bug_status', bug.bug_status) FILTER none %] - [%+ display_value('resolution', bug.resolution) FILTER none %] + [% IF bug.resolution %] + [%+ display_value('resolution', bug.resolution) FILTER none %] + [% END %] [% END %] [% IF user.can_see_bug(bug) %]