Skip to content

Commit

Permalink
bug fix multiple child forms
Browse files Browse the repository at this point in the history
jmargutt committed Nov 24, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 505ced6 commit 00e2ec3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions routes/routesKobo.py
Original file line number Diff line number Diff line change
@@ -249,6 +249,7 @@ async def kobo_to_linked_kobo(
)

# store the submission uuid and status, to avoid duplicate submissions
kobo_data["_uuid"] = kobo_data["_uuid"] + request.headers["childasset"]
submission = add_submission(kobo_data)
if submission["status"] == "success":
logger.info(

0 comments on commit 00e2ec3

Please sign in to comment.