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

This commit is contained in:
shamoon 2025-12-28 16:05:21 -08:00
parent 11ec676909
commit 00bb92e3e1
No known key found for this signature in database

View file

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