]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commit
Enhancement: allow specifying JSON encoding for webhooks (#8799)
authorshamoon <4887959+shamoon@users.noreply.github.com>
Sat, 18 Jan 2025 20:19:50 +0000 (12:19 -0800)
committerGitHub <noreply@github.com>
Sat, 18 Jan 2025 20:19:50 +0000 (12:19 -0800)
commited1775e6896e4cc0857d81c6f2dc3b6bbc9ee40d
tree50e56066735ab2a7f1c07bc3e65ae369ef718f43
parentcd50f20a208e050161347144116f04eeafb11b65
Enhancement: allow specifying JSON encoding for webhooks (#8799)
docs/usage.md
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.ts
src-ui/src/app/data/workflow-action.ts
src/documents/migrations/1061_workflowactionwebhook_as_json.py [new file with mode: 0644]
src/documents/models.py
src/documents/serialisers.py
src/documents/signals/handlers.py
src/documents/tests/test_workflows.py