summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/edit.html.tmpl
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2014-10-23 18:31:25 +0200
committerDylan William Hardison <dylan@hardison.net>2014-10-23 18:31:25 +0200
commit424bbc87bd2c105c4c5c6aab6c3f101606a400ec (patch)
treeb87890b9b3cfd4d9ce281b7eee52b5a387589c66 /template/en/default/bug/edit.html.tmpl
parente50bddb296ca6ef5c7afb70da3de1aa2c55e7e77 (diff)
downloadbugzilla-424bbc87bd2c105c4c5c6aab6c3f101606a400ec.tar.gz
bugzilla-424bbc87bd2c105c4c5c6aab6c3f101606a400ec.tar.xz
Bug 1083258 - The size check for input <select>s on show_bug.cgi doesn't take into account is_active
r=dkl a=glob
Diffstat (limited to 'template/en/default/bug/edit.html.tmpl')
-rw-r--r--template/en/default/bug/edit.html.tmpl1
1 files changed, 0 insertions, 1 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl
index ca0e771e0..a7674faf8 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -1194,7 +1194,6 @@
<input type="hidden" id="[% selname %]_dirty">
<select id="[% selname %]" name="[% selname %]">
[% FOREACH x = bug.choices.${selname} %]
- [% NEXT IF NOT x.is_active AND x.name != bug.${selname} %]
<option value="[% x.name FILTER html %]"
[% " selected" IF x.name == bug.${selname} %]>
[%- x.name FILTER html %]