mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 08:15:27 +01:00
Basic support for metadata added. Fixes 404 for actions on invalid document ids.
This commit is contained in:
parent
1987dccf48
commit
97639508cb
2 changed files with 18 additions and 9 deletions
|
|
@ -93,14 +93,11 @@ class DocumentSerializer(serializers.ModelSerializer):
|
|||
"document_type_id",
|
||||
"title",
|
||||
"content",
|
||||
"mime_type",
|
||||
"tags",
|
||||
"tags_id",
|
||||
"checksum",
|
||||
"created",
|
||||
"modified",
|
||||
"added",
|
||||
"file_name",
|
||||
"archive_serial_number"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue