From 975393052e91c1c22b301c708c156f3784601358 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Fri, 3 May 2002 13:03:22 +0000 Subject: Bug 141609 - "Version unspecified" error when changing product with product groups enabled. Patch by myk; 2xr=gerv. --- template/en/default/bug/process/verify-new-product.html.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'template/en/default/bug/process/verify-new-product.html.tmpl') diff --git a/template/en/default/bug/process/verify-new-product.html.tmpl b/template/en/default/bug/process/verify-new-product.html.tmpl index 50600923d..8569158a7 100644 --- a/template/en/default/bug/process/verify-new-product.html.tmpl +++ b/template/en/default/bug/process/verify-new-product.html.tmpl @@ -36,7 +36,8 @@
-[% PROCESS "global/hidden-fields.html.tmpl" exclude="^version|component|target_milestone$" %] +[% PROCESS "global/hidden-fields.html.tmpl" + exclude=(verify_fields ? "^version|component|target_milestone$" : "") %] [%# Verify the version, component, and target milestone fields. %] [% IF verify_fields %] -- cgit v1.2.3-24-g4f1b