From ad42be6a1b6e46697c4173c0bd50754a490c5b80 Mon Sep 17 00:00:00 2001 From: Frank Becker Date: Fri, 31 Aug 2012 13:53:23 -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(+) diff --git a/template/en/default/config.rdf.tmpl b/template/en/default/config.rdf.tmpl index 16666175f..5686d138b 100644 --- a/template/en/default/config.rdf.tmpl +++ b/template/en/default/config.rdf.tmpl @@ -168,6 +168,7 @@ [% component.name FILTER html %] + [% component.is_active FILTER html %] [% IF show_flags %] @@ -194,6 +195,7 @@
  • [% version.name FILTER html %] + [% version.is_active FILTER html %]
  • [% END %] @@ -209,6 +211,7 @@
  • [% milestone.name FILTER html %] + [% milestone.is_active FILTER html %]
  • [% END %] -- cgit v1.2.3-24-g4f1b