]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commit
Feature: Advanced Workflow Trigger Filters (#11029)
authorshamoon <4887959+shamoon@users.noreply.github.com>
Mon, 13 Oct 2025 22:23:56 +0000 (15:23 -0700)
committerGitHub <noreply@github.com>
Mon, 13 Oct 2025 22:23:56 +0000 (22:23 +0000)
commitf6c004183eee674f2e38ae5dd8e262bbde6cd578
tree8cef6810cab6b7a51914a24e98d79242b1b5ec02
parentd394053ddccaa3720f1fd1eb2c187528f572202b
Feature: Advanced Workflow Trigger Filters (#11029)
16 files changed:
docs/usage.md
src-ui/src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
src-ui/src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.ts
src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.html
src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.scss
src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.spec.ts
src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.ts
src-ui/src/app/components/common/input/select/select.component.html
src-ui/src/app/components/common/input/tags/tags.component.html
src-ui/src/app/data/workflow-trigger.ts
src/documents/matching.py
src/documents/migrations/1072_workflowtrigger_filter_custom_field_query_and_more.py [new file with mode: 0644]
src/documents/models.py
src/documents/serialisers.py
src/documents/tests/test_api_workflows.py
src/documents/tests/test_workflows.py