mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 23:35:22 +01:00
forgot a sort field
This commit is contained in:
parent
d3b1a20a99
commit
3378ac1487
2 changed files with 2 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ class DocumentViewSet(RetrieveModelMixin,
|
|||
filter_class = DocumentFilterSet
|
||||
search_fields = ("title", "correspondent__name", "content")
|
||||
ordering_fields = (
|
||||
"id", "title", "correspondent__name", "created", "modified", "added", "archive_serial_number")
|
||||
"id", "title", "correspondent__name", "document_type__name", "created", "modified", "added", "archive_serial_number")
|
||||
|
||||
def file_response(self, pk, disposition):
|
||||
#TODO: this should not be necessary here.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue