From: Frank Becker Date: Fri, 31 Aug 2012 17:15:46 +0000 (-0400) Subject: Bug 785728 - config.cg?ctype=rdf should have is_active for versions, components... X-Git-Tag: bugzilla-4.5.1~408 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72661fd501f4e9e4552145ab3d9616d0d61fb51b;p=thirdparty%2Fbugzilla.git Bug 785728 - config.cg?ctype=rdf should have is_active for versions, components and milestones r/a=LpSolit --- diff --git a/template/en/default/config.rdf.tmpl b/template/en/default/config.rdf.tmpl index 353cecf52e..d52e90eae0 100644 --- a/template/en/default/config.rdf.tmpl +++ b/template/en/default/config.rdf.tmpl @@ -179,6 +179,7 @@ [% component.name FILTER html %] + [% component.is_active FILTER html %] [% IF show_flags %] @@ -206,6 +207,7 @@
  • [% version.name FILTER html %] + [% version.is_active FILTER html %]
  • [% END %] @@ -221,6 +223,7 @@
  • [% milestone.name FILTER html %] + [% milestone.is_active FILTER html %]
  • [% END %]