From 7e87fb5db0c318644c892210eb4287b09280e014 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 25 Apr 2011 06:10:29 -0400 Subject: Bug 653104 - The description of components in enter_bug.cgi is out of sync when some components are disabled r/a=LpSolit --- template/en/default/bug/create/create.html.tmpl | 1 + 1 file changed, 1 insertion(+) (limited to 'template/en/default/bug/create/create.html.tmpl') diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index 2f2f18b57..29d79863f 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -53,6 +53,7 @@ var flags = new Array([% product.components.size %]); [% END %] [% count = 0 %] [%- FOREACH c = product.components %] + [% NEXT IF NOT c.is_active %] components[[% count %]] = "[% c.name FILTER js %]"; comp_desc[[% count %]] = "[% c.description FILTER html_light FILTER js %]"; initialowners[[% count %]] = "[% c.default_assignee.login FILTER js %]"; -- cgit v1.2.3-24-g4f1b