mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-26 06:58:10 +01:00
Fix: support ordering by storage path name (#11661)
This commit is contained in:
parent
11ec676909
commit
00bb92e3e1
1 changed files with 1 additions and 0 deletions
|
|
@ -708,6 +708,7 @@ class DocumentViewSet(
|
|||
"title",
|
||||
"correspondent__name",
|
||||
"document_type__name",
|
||||
"storage_path__name",
|
||||
"created",
|
||||
"modified",
|
||||
"added",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue