]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commit
Enhancement: jinja template support for workflow title assignment (#10700)
authorsidey79 <7968127+sidey79@users.noreply.github.com>
Thu, 11 Sep 2025 13:56:16 +0000 (15:56 +0200)
committerGitHub <noreply@github.com>
Thu, 11 Sep 2025 13:56:16 +0000 (06:56 -0700)
commit9e11e7fd05e281bf96f744683f0a1d5b6f6c417f
tree6f2c788423068f6d0e7f17f7ba26b579774714f7
parent84942a4e69f1f7945dc091afdeb6294e1f630d02
Enhancement: jinja template support for workflow title assignment (#10700)

---------

Co-authored-by: Trenton Holmes <797416+stumpylog@users.noreply.github.com>
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
12 files changed:
docs/advanced_usage.md
docs/usage.md
src/documents/migrations/1069_migrate_workflow_title_jinja.py [new file with mode: 0644]
src/documents/models.py
src/documents/templating/environment.py [new file with mode: 0644]
src/documents/templating/filepath.py
src/documents/templating/filters.py [new file with mode: 0644]
src/documents/templating/workflows.py
src/documents/tests/test_consumer.py
src/documents/tests/test_file_handling.py
src/documents/tests/test_filters.py [new file with mode: 0644]
src/documents/tests/test_workflows.py