diff options
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/config.rdf.tmpl | 3 |
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 %] |