summaryrefslogtreecommitdiffstats
path: root/template/en/default/config.rdf.tmpl
diff options
context:
space:
mode:
authorFrank Becker <Frank@Frank-Becker.de>2012-08-09 23:32:25 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2012-08-09 23:32:25 +0200
commita63ceb3a4d0c333d72af841f37ab0796823eaba1 (patch)
tree3f2c88679ced418cc2cc25cd2e59192eb59bed6e /template/en/default/config.rdf.tmpl
parent9ec7d139f9ab26fc2cc6986ec72d254d0fdef242 (diff)
downloadbugzilla-a63ceb3a4d0c333d72af841f37ab0796823eaba1.tar.gz
bugzilla-a63ceb3a4d0c333d72af841f37ab0796823eaba1.tar.xz
Bug 557183: In config.cgi, specify if fields controlled by a parameter are enabled or disabled
r/a=LpSolit
Diffstat (limited to 'template/en/default/config.rdf.tmpl')
-rw-r--r--template/en/default/config.rdf.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/template/en/default/config.rdf.tmpl b/template/en/default/config.rdf.tmpl
index afc511054..353cecf52 100644
--- a/template/en/default/config.rdf.tmpl
+++ b/template/en/default/config.rdf.tmpl
@@ -268,6 +268,9 @@
<bz:type_desc>[% field_types.${item.type} FILTER html %]</bz:type_desc>
<bz:enter_bug>[% item.enter_bug FILTER html %]</bz:enter_bug>
[% END %]
+ [% IF item.is_active.defined %]
+ <bz:is_active>[% item.is_active FILTER html %]</bz:is_active>
+ [% END %]
</bz:field>
</li>
[% END %]