- Issue created by @gbyte
- Issue was unassigned.
- Status changed to Needs review
7 months ago 5:51pm 26 April 2024
It seems the webform submission data is being posted on every webform submission save in \Drupal\hubspot\Plugin\WebformHandler\HubspotWebformHandler::postSave
which is problematic for workflows where the submission data is altered several times (e.g. through hook_webform_submission_insert()
).
This can be solved by adding an alter hook which can then alter the remote post operation (create/update) or avoid the posting altogether under certain circumstances. Patch is coming.
Needs review
3.0
Code