From: Frédéric Buclin Date: Fri, 8 Mar 2013 11:50:57 +0000 (+0100) Subject: Bug 848250: Bug summary tooltip now includes "---" for unresolved bugs X-Git-Tag: bugzilla-4.4~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4a6bd84c4079a41b790c1c49c62277ce15cfa12;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) %]