Bug 848250: Bug summary tooltip now includes "---" for unresolved bugs

r=dkl a=LpSolit


git-svn-id: svn://10.0.0.236/trunk@264789 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkanat%bugzilla.org 2013-03-08 11:45:48 +00:00
parent 83af283281
commit ad321b5af7
2 changed files with 4 additions and 2 deletions

View File

@ -1 +1 @@
8587
8588

View File

@ -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) %]