mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 15:55:31 +01:00
Merge branch 'dev' into feature-permissions
This commit is contained in:
commit
d2a6f79612
36 changed files with 2538 additions and 14911 deletions
|
|
@ -166,7 +166,7 @@ def consume_file(
|
|||
# notify the sender, otherwise the progress bar
|
||||
# in the UI stays stuck
|
||||
payload = {
|
||||
"filename": override_filename,
|
||||
"filename": override_filename or path.name,
|
||||
"task_id": task_id,
|
||||
"current_progress": 100,
|
||||
"max_progress": 100,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue