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 @@ ...@@ -167,27 +167,30 @@
</td> </td>
</tr> </tr>
<tr>
<td valign="top"> [% IF Param('usetargetmilestone') %]
[% IF product.milestones.size > 0 %] <tr>
<a href="editmilestones.cgi?product=[%- product.name FILTER url_quote %] <td valign="top">
[%- classification_url_part -%]"> [% IF product.milestones.size > 0 %]
<a href="editmilestones.cgi?product=[%- product.name FILTER url_quote %]
[%- classification_url_part -%]">
Milestones:
</a>
[% ELSE %]
Milestones: Milestones:
</a>
[% ELSE %]
Milestones:
[% END %]
</td>
<td>
[% IF product.milestones.size > 0 %]
[% FOREACH m = product.milestones %]
[% m.name FILTER html %]<br>
[% END %] [% END %]
[% ELSE %] </td>
none <td>
[% END %] [% IF product.milestones.size > 0 %]
</td> [% FOREACH m = product.milestones %]
</tr> [% m.name FILTER html %]<br>
[% END %]
[% ELSE %]
none
[% END %]
</td>
</tr>
[% END %]
<tr> <tr>
<td>[% terms.Bugs %]:</td> <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