summaryrefslogtreecommitdiffstats
path: root/template/en/default/list/edit-multiple.html.tmpl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-09-28 05:37:15 +0200
committerlpsolit%gmail.com <>2006-09-28 05:37:15 +0200
commit1fd545a11e886d21696963ba72acc1e78b7e289c (patch)
tree1254cc1a38a9d7faa982a83329e55c82899af8e9 /template/en/default/list/edit-multiple.html.tmpl
parent913d27c007324758fd2f3da98cd7402f4bf02f0b (diff)
downloadbugzilla-1fd545a11e886d21696963ba72acc1e78b7e289c.tar.gz
bugzilla-1fd545a11e886d21696963ba72acc1e78b7e289c.tar.xz
Bug 354314: Missing "--do_not_change--" option for custom select fields when changing several bugs at once - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
Diffstat (limited to 'template/en/default/list/edit-multiple.html.tmpl')
-rw-r--r--template/en/default/list/edit-multiple.html.tmpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/template/en/default/list/edit-multiple.html.tmpl b/template/en/default/list/edit-multiple.html.tmpl
index 95198dbef..cf57bb651 100644
--- a/template/en/default/list/edit-multiple.html.tmpl
+++ b/template/en/default/list/edit-multiple.html.tmpl
@@ -210,7 +210,9 @@
[% USE Bugzilla %]
[% FOREACH field = Bugzilla.get_fields({ obsolete => 0, custom => 1 }) %]
<tr>
- [% PROCESS bug/field.html.tmpl value=dontchange editable=1 %]
+ [% PROCESS bug/field.html.tmpl value = dontchange
+ editable = 1
+ allow_dont_change = 1 %]
</tr>
[% END %]