-
-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rest service not triggered after updating a submission #2781
Comments
The REST Services feature wasn't designed to push edits, and changing that behavior would break people's existing workflows that assume each Maybe edits could be sent to a separate endpoint, or with a |
Sorry for the slow response, I'm using the same endpoint because only I need to insert every submission, no matter if it's new or edition. |
Hello @paolagrisales, |
Sorry about I'm going to include some of what I said there below, because I think there's more work to do on KPI (this repository) than KoBoCAT if someone wants to implement pushes to external services when submissions are edited.
The KoBo core team doesn't have any time to undertake this in the foreseeable future, but we could try to direct others and review PRs. I'm tagging @taylordowns2000, who expressed interest in this over at kobotoolbox/kobocat#572. @paolagrisales, perhaps you can collaborate on this. |
I'd like to express our interest in this feature as well. We would like to connect surveys to a map which gets updated on any changes, including edits to existing submissions. |
Description
I have a rest service called when I submit a form for the first time. However, when I select one of the submission and make some changes, the Rest service is not called at all. I would expect my service to be called with the updated submission.
Is there anything I can change to make this work?
Steps to Reproduce
Expected behavior
I would expect my rest service to be called with the updated submission
Actual behavior
request not sent to the hook
Additional details
Environment: docekr deploy over ubuntu 20.04 LTS on premise installation
The text was updated successfully, but these errors were encountered: