зеркало из https://github.com/mozilla/gecko-dev.git
Bug 141609 - "Version unspecified" error when changing product with product groups enabled. Patch by myk; 2xr=gerv.
This commit is contained in:
Родитель
7b515efbd9
Коммит
bfb3cce8b4
|
@ -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 %]
|
||||
|
|
|
@ -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 %]
|
||||
|
|
Загрузка…
Ссылка в новой задаче