mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 00:05:21 +01:00
Document uploads should be owned by user
This commit is contained in:
parent
8159b7574c
commit
446842ecfc
5 changed files with 31 additions and 1 deletions
|
|
@ -96,6 +96,7 @@ def consume_file(
|
|||
override_tag_ids=None,
|
||||
task_id=None,
|
||||
override_created=None,
|
||||
override_owner_id=None,
|
||||
):
|
||||
|
||||
path = Path(path).resolve()
|
||||
|
|
@ -184,6 +185,7 @@ def consume_file(
|
|||
override_tag_ids=override_tag_ids,
|
||||
task_id=task_id,
|
||||
override_created=override_created,
|
||||
override_owner_id=override_owner_id,
|
||||
)
|
||||
|
||||
if document:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue