Commit 383c59a7 authored by wurblzap%gmail.com's avatar wurblzap%gmail.com

Bug 317025: Deleting product throws error in default install (2.20 Windows)…

Bug 317025: Deleting product throws error in default install (2.20 Windows) without usetargetmilestone turned on. Patch by Marc Schumann <wurblzap@gmail.com>, r=LpSolit, a=myk
parent 5e7a415f
......@@ -167,27 +167,30 @@
</td>
</tr>
<tr>
<td valign="top">
[% IF product.milestones.size > 0 %]
<a href="editmilestones.cgi?product=[%- product.name FILTER url_quote %]
[%- classification_url_part -%]">
[% IF Param('usetargetmilestone') %]
<tr>
<td valign="top">
[% IF product.milestones.size > 0 %]
<a href="editmilestones.cgi?product=[%- product.name FILTER url_quote %]
[%- classification_url_part -%]">
Milestones:
</a>
[% ELSE %]
Milestones:
</a>
[% ELSE %]
Milestones:
[% END %]
</td>
<td>
[% IF product.milestones.size > 0 %]
[% FOREACH m = product.milestones %]
[% m.name FILTER html %]<br>
[% END %]
[% ELSE %]
none
[% END %]
</td>
</tr>
</td>
<td>
[% IF product.milestones.size > 0 %]
[% FOREACH m = product.milestones %]
[% m.name FILTER html %]<br>
[% END %]
[% ELSE %]
none
[% END %]
</td>
</tr>
[% END %]
<tr>
<td>[% terms.Bugs %]:</td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment