mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-30 18:27:45 -05:00
workaround for a bug in django-q: task results with too long names would not show up in the result lists.
This commit is contained in:
@@ -56,4 +56,4 @@ class UploadForm(forms.Form):
|
||||
async_task("documents.tasks.consume_file",
|
||||
f.name,
|
||||
override_filename=original_filename,
|
||||
task_name=os.path.basename(original_filename))
|
||||
task_name=os.path.basename(original_filename)[:100])
|
||||
|
Reference in New Issue
Block a user