mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 09:37:04 +01:00
Feature: email, webhook workflow actions (#8108)
This commit is contained in:
parent
81a5baa451
commit
1d65628132
24 changed files with 2147 additions and 462 deletions
|
|
@ -43,7 +43,7 @@ from documents.plugins.helpers import ProgressStatusOptions
|
|||
from documents.signals import document_consumption_finished
|
||||
from documents.signals import document_consumption_started
|
||||
from documents.signals.handlers import run_workflows
|
||||
from documents.templating.title import parse_doc_title_w_placeholders
|
||||
from documents.templating.workflows import parse_w_workflow_placeholders
|
||||
from documents.utils import copy_basic_file_stats
|
||||
from documents.utils import copy_file_with_basic_stats
|
||||
from documents.utils import run_subprocess
|
||||
|
|
@ -666,7 +666,7 @@ class ConsumerPlugin(
|
|||
else None
|
||||
)
|
||||
|
||||
return parse_doc_title_w_placeholders(
|
||||
return parse_w_workflow_placeholders(
|
||||
title,
|
||||
correspondent_name,
|
||||
doc_type_name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue