Skip to content
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

Fixes Issue 16 import fails silently #17

Open
wants to merge 2 commits into
base: 1.x-1.x
Choose a base branch
from

Conversation

leeksoup
Copy link
Collaborator

Replaced the method of simply looking whether an SID exists for the imported submission with actually querying the DB to confirm whether the submission exists in the current (importing) site's DB. Also added a write to add the locally-new submission to the webform_submissions table.

leeksoup added 2 commits November 12, 2024 15:30
…he beginning

that do not contain field name / keys.
Adds querying the DB to see whether a submission already exists in it
because an exported submission will have an SID even when it doesn't
exist in the current site DB. (The main purpose of this module is to
import such submissions.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant