From 72661fd501f4e9e4552145ab3d9616d0d61fb51b Mon Sep 17 00:00:00 2001 From: Frank Becker Date: Fri, 31 Aug 2012 13:15:46 -0400 Subject: Bug 785728 - config.cg?ctype=rdf should have is_active for versions, components and milestones r/a=LpSolit --- template/en/default/config.rdf.tmpl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'template/en/default/config.rdf.tmpl') diff --git a/template/en/default/config.rdf.tmpl b/template/en/default/config.rdf.tmpl index 353cecf52..d52e90eae 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 %] -- cgit v1.2.3-24-g4f1b