Enhancement: support doc_id placeholder in workflow templates (#11847)

This commit is contained in:
shamoon
2026-01-21 16:05:19 -08:00
committed by GitHub
parent c06e1e7cba
commit 32b236cfa2
5 changed files with 18 additions and 2 deletions

View File

@@ -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(