Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions extensions/ProdCompSearch/lib/WebService.pm
Original file line number Diff line number Diff line change
Expand Up @@ -117,18 +117,6 @@ sub prod_comp_search {
}
return {products => []} if !scalar @terms;

# To help Mozilla staff file BMO administration bugs into the right
# component, sort BMO first when searching for 'bugzilla'
if (
$search =~ /bugzilla/i
&& $search !~ /^bugzilla\s*::/i
&& ( $user->in_group('mozilla-corporation')
|| $user->in_group('mozilla-foundation'))
)
{
unshift @order, "products.name != 'bugzilla.mozilla.org'";
}

my $components = $dbh->selectall_arrayref("
SELECT products.name AS product,
components.name AS component
Expand Down