mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-30 18:27:45 -05:00
fixed folders, compatible with previous paperless version
This commit is contained in:
@@ -95,7 +95,6 @@ class DocumentViewSet(RetrieveModelMixin,
|
||||
ordering_fields = (
|
||||
"id", "title", "correspondent__name", "created", "modified", "added", "archive_serial_number")
|
||||
|
||||
|
||||
def file_response(self, pk, disposition):
|
||||
#TODO: this should not be necessary here.
|
||||
content_types = {
|
||||
|
Reference in New Issue
Block a user