summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/hidden-fields.html.tmpl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-05-03 15:03:22 +0200
committergerv%gerv.net <>2002-05-03 15:03:22 +0200
commit975393052e91c1c22b301c708c156f3784601358 (patch)
tree6ae7667f6e4b93ef50f7962ddd0f200c8fc6f519 /template/en/default/global/hidden-fields.html.tmpl
parentc9a9c4f7bc7b2156f2f5e74f9ff2f38ac22bb307 (diff)
downloadbugzilla-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/global/hidden-fields.html.tmpl')
-rw-r--r--template/en/default/global/hidden-fields.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/hidden-fields.html.tmpl b/template/en/default/global/hidden-fields.html.tmpl
index 85df62435..76040bea1 100644
--- a/template/en/default/global/hidden-fields.html.tmpl
+++ b/template/en/default/global/hidden-fields.html.tmpl
@@ -27,6 +27,6 @@
[%# Generate hidden form fields for non-excluded fields. %]
[% FOREACH field = form %]
- [% NEXT IF field.key.search(exclude) %]
+ [% NEXT IF exclude && field.key.search(exclude) %]
<input type="hidden" name="[% field.key %]" value="[% field.value FILTER html %]">
[% END %]