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/trunk@265677 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
c0bfa8bf8e
commit
65fb443e88
@ -1 +1 @@
|
||||
9211
|
||||
9212
|
||||
@ -1 +1 @@
|
||||
259615dd0912f238868a78be5ed5f9c73e588964
|
||||
ca99361e17e2ebc0a5bbb017a5c9cb347c49caae
|
||||
@ -152,9 +152,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