mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 15:55:31 +01:00
removed some obsolete fields from the document model
This commit is contained in:
parent
f8f100781e
commit
9e4147ac52
2 changed files with 2 additions and 11 deletions
|
|
@ -65,8 +65,8 @@ def run_post_consume_script(sender, document, **kwargs):
|
|||
document.file_name,
|
||||
document.source_path,
|
||||
document.thumbnail_path,
|
||||
document.download_url,
|
||||
document.thumbnail_url,
|
||||
None,
|
||||
None,
|
||||
str(document.correspondent),
|
||||
str(",".join(document.tags.all().values_list("slug", flat=True)))
|
||||
)).wait()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue