From: Frédéric Buclin Date: Fri, 8 Mar 2013 11:55:02 +0000 (+0100) Subject: Bug 848250: Bug summary tooltip now includes "---" for unresolved bugs X-Git-Tag: bugzilla-4.2.6~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d12fbdb592590a68c6305fa484d9fe249c25a52;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 b138668500..dc09848da0 100644 --- a/template/en/default/bug/link.html.tmpl +++ b/template/en/default/bug/link.html.tmpl @@ -36,7 +36,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) %]