mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 17:17:26 +01:00
Enhancement: "webui" workflowtrigger source option (#9170)
This commit is contained in:
parent
3bf64ae7da
commit
4f08b5fa20
10 changed files with 95 additions and 25 deletions
|
|
@ -4,6 +4,7 @@ export enum DocumentSource {
|
|||
ConsumeFolder = 1,
|
||||
ApiUpload = 2,
|
||||
MailFetch = 3,
|
||||
WebUI = 4,
|
||||
}
|
||||
|
||||
export enum WorkflowTriggerType {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue