Fix: support ordering by storage path name (#11661)

This commit is contained in:
shamoon
2025-12-28 16:05:21 -08:00
committed by GitHub
parent 504c824cfe
commit 99724a25a2

View File

@@ -708,6 +708,7 @@ class DocumentViewSet(
"title", "title",
"correspondent__name", "correspondent__name",
"document_type__name", "document_type__name",
"storage_path__name",
"created", "created",
"modified", "modified",
"added", "added",