Bug 184081 Change search interfaces to use Viewable products instead of enterable products
r=bbaetz a=justdave git-svn-id: svn://10.0.0.236/trunk@135029 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -198,7 +198,7 @@ my @products = ();
|
||||
my %component_set;
|
||||
my %version_set;
|
||||
my %milestone_set;
|
||||
foreach my $p (GetEnterableProducts()) {
|
||||
foreach my $p (GetSelectableProducts()) {
|
||||
# We build up boolean hashes in the "-set" hashes for each of these things
|
||||
# before making a list because there may be duplicates names across products.
|
||||
push @products, $p;
|
||||
|
||||
Reference in New Issue
Block a user