Skip to content
This repository was archived by the owner on Mar 15, 2018. It is now read-only.

Commit 176d226

Browse files
committed
Bug 905306 - Stop offering prelim reviewed add-ons in the Add-on Manager.
1 parent 7be195b commit 176d226

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/api/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ def process_request(self, query, addon_type='ALL', limit=10,
326326

327327
filters = {
328328
'app': app_id,
329-
'status__in': amo.REVIEWED_STATUSES,
329+
'status': amo.STATUS_PUBLIC,
330330
'is_disabled': False,
331331
'has_version': True,
332332
}

0 commit comments

Comments
 (0)