From: wurblzap%gmail.com <> Date: Sat, 19 Nov 2005 08:48:08 +0000 (+0000) Subject: Bug 317025: Deleting product throws error in default install (2.20 Windows) without... X-Git-Tag: bugzilla-2.22rc1~140 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=383c59a7e4ef83e84864c764b123dccec681ca1d;p=thirdparty%2Fbugzilla.git Bug 317025: Deleting product throws error in default install (2.20 Windows) without usetargetmilestone turned on. Patch by Marc Schumann , r=LpSolit, a=myk --- diff --git a/template/en/default/admin/products/confirm-delete.html.tmpl b/template/en/default/admin/products/confirm-delete.html.tmpl index 9358974de1..55fb49fb09 100644 --- a/template/en/default/admin/products/confirm-delete.html.tmpl +++ b/template/en/default/admin/products/confirm-delete.html.tmpl @@ -167,27 +167,30 @@ - - - [% IF product.milestones.size > 0 %] - + + [% IF Param('usetargetmilestone') %] + + + [% IF product.milestones.size > 0 %] + + Milestones: + + [% ELSE %] Milestones: - - [% ELSE %] - Milestones: - [% END %] - - - [% IF product.milestones.size > 0 %] - [% FOREACH m = product.milestones %] - [% m.name FILTER html %]
[% END %] - [% ELSE %] - none - [% END %] - - + + + [% IF product.milestones.size > 0 %] + [% FOREACH m = product.milestones %] + [% m.name FILTER html %]
+ [% END %] + [% ELSE %] + none + [% END %] + + + [% END %] [% terms.Bugs %]: