summaryrefslogtreecommitdiffstats
path: root/template/en/default/list
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-03-20 18:32:11 +0100
committerByron Jones <bjones@mozilla.com>2013-03-20 18:32:11 +0100
commit4025fe8be55ed10613cf528bf698084415f8cb85 (patch)
treedebd72c302ccad3556b3622a4cb57bc0577572a7 /template/en/default/list
parent41f0bae742932f61bc696cdd3030f72a316dc283 (diff)
downloadbugzilla-4025fe8be55ed10613cf528bf698084415f8cb85.tar.gz
bugzilla-4025fe8be55ed10613cf528bf698084415f8cb85.tar.xz
Bug 853034: unable to set tracking fields when editing multiple bugs
Diffstat (limited to 'template/en/default/list')
-rw-r--r--template/en/default/list/edit-multiple.html.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/list/edit-multiple.html.tmpl b/template/en/default/list/edit-multiple.html.tmpl
index 7c7d99408..9ff95aad5 100644
--- a/template/en/default/list/edit-multiple.html.tmpl
+++ b/template/en/default/list/edit-multiple.html.tmpl
@@ -286,7 +286,8 @@
[% FOREACH field = Bugzilla.active_custom_fields %]
[% NEXT IF cf_hidden_in_product(field.name, one_product, components) %]
<tr>
- [% PROCESS bug/field.html.tmpl value = dontchange
+ [% PROCESS bug/field.html.tmpl bug = default
+ value = dontchange
editable = 1
allow_dont_change = 1 %]
</tr>