Previous patch did not apply, updating the correct patch
I could not apply patch suggested in #24 by @farnoosh, however the suggestion by @teknocat in #8 helped: i replaced the files in lightning_scheduler completely by the files from the standalone version: https://www.drupal.org/project/lightning_scheduler → 8.x-1.6
That did the trick for me, no problems found so far.
Attaching a patch that replaces the lightning_scheduler with its standalone version
not getting any files in the attachment either
suggesting patch that adds missing accessCheck check
turtletrail → created an issue.
not working for me drupal 10.1.8 - getting the same error
turtletrail → created an issue.
Updating patch to make D10 compatible.
we have the same situation on our website.
Has anything new happened in regards to this issue/problem? We would like to have webform submission check a certain field (a unique field in the system), if that field value is already present in the database, content is updated, else - new created.
Inspecting the code i could not find a way of doing it via the hook. Webform submission is always generating a new content
#24 worked fine for me, doing exactly what it needs
thanks a lot!