diff options
author | gerv%gerv.net <> | 2002-05-03 15:03:22 +0200 |
---|---|---|
committer | gerv%gerv.net <> | 2002-05-03 15:03:22 +0200 |
commit | 975393052e91c1c22b301c708c156f3784601358 (patch) | |
tree | 6ae7667f6e4b93ef50f7962ddd0f200c8fc6f519 /template/en/default/bug | |
parent | c9a9c4f7bc7b2156f2f5e74f9ff2f38ac22bb307 (diff) | |
download | bugzilla-975393052e91c1c22b301c708c156f3784601358.tar.gz bugzilla-975393052e91c1c22b301c708c156f3784601358.tar.xz |
Bug 141609 - "Version unspecified" error when changing product with product groups enabled. Patch by myk; 2xr=gerv.
Diffstat (limited to 'template/en/default/bug')
-rw-r--r-- | template/en/default/bug/process/verify-new-product.html.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ <form action="process_bug.cgi" method="post"> -[% 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 %] |