]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commit
Enhancement: support assigning custom field values in workflows (#9272)
authorshamoon <4887959+shamoon@users.noreply.github.com>
Wed, 5 Mar 2025 20:30:19 +0000 (12:30 -0800)
committerGitHub <noreply@github.com>
Wed, 5 Mar 2025 20:30:19 +0000 (12:30 -0800)
commitedc71818434c1751edf2de2328d4860b471879a0
tree6a5b26305dde3ee633f975378a9cf48a0ef7e993
parent89e5c08a1fe4ca0b7641ae8fbd5554502199ae40
Enhancement: support assigning custom field values in workflows (#9272)
20 files changed:
src-ui/messages.xlf
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.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/custom-fields-values/custom-fields-values.component.html [new file with mode: 0644]
src-ui/src/app/components/common/input/custom-fields-values/custom-fields-values.component.scss [new file with mode: 0644]
src-ui/src/app/components/common/input/custom-fields-values/custom-fields-values.component.spec.ts [new file with mode: 0644]
src-ui/src/app/components/common/input/custom-fields-values/custom-fields-values.component.ts [new file with mode: 0644]
src-ui/src/app/data/workflow-action.ts
src/documents/consumer.py
src/documents/data_models.py
src/documents/migrations/1065_workflowaction_assign_custom_fields_values.py [new file with mode: 0644]
src/documents/models.py
src/documents/serialisers.py
src/documents/signals/handlers.py
src/documents/tests/test_api_documents.py
src/documents/tests/test_consumer.py
src/documents/tests/test_workflows.py
src/documents/views.py
src/locale/en_US/LC_MESSAGES/django.po