Bug 1097798: Do not display the resolution in the dependency tree for open bugs, nor the target milestone if usetargetmilestone is off
r=dkl a=glob git-svn-id: svn://10.0.0.236/branches/BUGZILLA-4_0-BRANCH@265678 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
1f7525b5ff
commit
cb39c353d9
@ -1 +1 @@
|
||||
7797
|
||||
7798
|
||||
@ -1 +1 @@
|
||||
17803aaaa873f274ea27fe84415b1ed5effbc974
|
||||
9f1c4fadf283c0c51a9a5c5bd5dee8a7dd162c30
|
||||
@ -153,9 +153,12 @@
|
||||
[% END %]
|
||||
|
||||
[% BLOCK buginfo %]
|
||||
[% display_value("bug_status", bug.bug_status) FILTER html -%] [%+ display_value("resolution", bug.resolution) FILTER html %];
|
||||
[% display_value("bug_status", bug.bug_status) FILTER html -%]
|
||||
[%- IF bug.resolution %] [%+ display_value("resolution", bug.resolution) FILTER html %][% END %];
|
||||
[%-%] assigned to [% bug.assigned_to.login FILTER email FILTER html %]
|
||||
[%-%][% "; Target: " _ bug.target_milestone IF bug.target_milestone %]
|
||||
[% IF Param("usetargetmilestone") AND bug.target_milestone %]
|
||||
[%-%]; target: [% bug.target_milestone FILTER html %]
|
||||
[% END %]
|
||||
[% END %]
|
||||
|
||||
[%###########################################################################%]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user