From: Frank Becker Date: Fri, 31 Aug 2012 17:50:38 +0000 (-0400) Subject: Bug 785728 - config.cg?ctype=rdf should have is_active for versions, components... X-Git-Tag: bugzilla-4.4rc1~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cbf5dfd7c4ea2b891453b3838d51887310a1daa;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 %]