Commit 7e87fb5d authored by David Lawrence's avatar David Lawrence

Bug 653104 - The description of components in enter_bug.cgi is out of sync when…

Bug 653104 - The description of components in enter_bug.cgi is out of sync when some components are disabled r/a=LpSolit
parent 42aa2034
......@@ -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 %]";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment