mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-22 22:34:20 -06:00
Enhancement: support doc_id placeholder in workflow templates (#11847)
This commit is contained in:
@@ -55,6 +55,9 @@ def apply_assignment_to_document(
|
||||
document.original_filename or "",
|
||||
document.filename or "",
|
||||
document.created,
|
||||
"", # dont pass the title to avoid recursion
|
||||
"", # no urls in titles
|
||||
document.pk,
|
||||
)
|
||||
except Exception: # pragma: no cover
|
||||
logger.exception(
|
||||
|
||||
Reference in New Issue
Block a user