mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-11 01:57:00 +00:00
Bug 370913: query.cgi associates wrong components with products if at least one product has no component - Patch by Teemu Mannermaa <wicked+bz@etlicon.fi> r/a=LpSolit
This commit is contained in:
parent
88b4027c75
commit
bfe631c75a
@ -58,7 +58,8 @@ var tms = new Array();
|
||||
|
||||
[% n = 0 %]
|
||||
[% FOREACH p = product %]
|
||||
[% IF Param('useclassification') && p.components.size %]
|
||||
[% NEXT IF NOT p.components.size %]
|
||||
[% IF Param('useclassification') %]
|
||||
prods['[% p.name FILTER js %]'] = [% n %]
|
||||
[% END %]
|
||||
cpts[[% n %]] = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user