diff --git a/src/documents/views.py b/src/documents/views.py index ba265926c..d5910497f 100644 --- a/src/documents/views.py +++ b/src/documents/views.py @@ -708,6 +708,7 @@ class DocumentViewSet( "title", "correspondent__name", "document_type__name", + "storage_path__name", "created", "modified", "added",