WordPress / openverse

Openverse is a search engine for openly-licensed media. This monorepo includes all application code.

Home Page:https://openverse.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make admin media endpoint work for all media items not just those with reports

dhruvkb opened this issue · comments

Problem

Currently the admin media endpoints at admin/api/{media_type}/{id}/change/ do not resolve for media items that do not have reports because such media items are excluded from the queryset.

Description

We need to include these media items in the queryset while providing ways to filter them down to those with reports to get to the moderation queue.