fix: filter out soft-deleted states from API endpoints (#8840)
* fix: filter out soft-deleted states from API endpoints - Add deleted_at__isnull=True filter to StateListCreateAPIEndpoint.get_queryset() - Add deleted_at__isnull=True filter to StateDetailAPIEndpoint.get_queryset() - Prevents soft-deleted states from reappearing in UI after navigation - Fixes #8829 * Fix: exclude issues linked to soft-deleted states
K
KanteshMurade committed
db1c5b95138e8bf641208bfae00e9e07e1cc0295
Parent: a40e064
Committed by GitHub <noreply@github.com>
on 4/28/2026, 8:31:46 PM