summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2010-10-22 16:57:53 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2010-10-22 16:57:53 +0200
commit8c065446ba365d0899beb1546f396ebba20aa1bc (patch)
tree725f96861c944de056d9adba4b442282dbc40f86 /template/en/default/admin
parenteeab8675bc5f0c0711a0e83ecd15cf29b3b1695e (diff)
downloadbugzilla-8c065446ba365d0899beb1546f396ebba20aa1bc.tar.gz
bugzilla-8c065446ba365d0899beb1546f396ebba20aa1bc.tar.xz
Bug 523205 part 2: $flagtype->set_clusions() was badly implemented
a=LpSolit
Diffstat (limited to 'template/en/default/admin')
-rw-r--r--template/en/default/admin/flag-type/edit.html.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/admin/flag-type/edit.html.tmpl b/template/en/default/admin/flag-type/edit.html.tmpl
index 88c92b4e3..eb0211377 100644
--- a/template/en/default/admin/flag-type/edit.html.tmpl
+++ b/template/en/default/admin/flag-type/edit.html.tmpl
@@ -52,6 +52,7 @@
<input type="hidden" name="id" value="[% type.id %]">
<input type="hidden" name="token" value="[% token FILTER html %]">
<input type="hidden" name="target_type" value="[% type.target_type FILTER html %]">
+ <input type="hidden" name="check_clusions" value="[% check_clusions FILTER none %]">
[% FOREACH category = type.inclusions %]
<input type="hidden" name="inclusions" value="[% category.value FILTER html %]">
[% END %]