Index: mozilla/webtools/bugzilla/describecomponents.cgi =================================================================== RCS file: /cvsroot/mozilla/webtools/bugzilla/describecomponents.cgi,v retrieving revision 1.35 diff -u -r1.35 mozilla/webtools/bugzilla/describecomponents.cgi --- mozilla/webtools/bugzilla/describecomponents.cgi +++ mozilla/webtools/bugzilla/describecomponents.cgi @@ -44,7 +44,7 @@ unless ($product && $user->can_enter_product($product->name)) { # Products which the user is allowed to see. - my @products = @{$user->get_enterable_products}; + my @products = @{$user->get_selectable_products}; if (scalar(@products) == 0) { ThrowUserError("no_products");