Make admin media endpoint work for all media items not just those with reports #4412
Labels
🕹 aspect: interface
Concerns end-users' experience with the software
🌟 goal: addition
Addition of new feature
🟨 priority: medium
Not blocking but should be addressed soon
🧱 stack: api
Related to the Django API
🔧 tech: django
Involves Django
Milestone
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.
The text was updated successfully, but these errors were encountered: