- Issue created by @davemaxg
- @davemaxg opened merge request.
- π¦πΊAustralia interlated
$submission_webform_id is the path auto generated name.
Works with the path auto name as 'mywebform' as the webform id instead of the numeric webform id.
When trying to update a submission via webform_rest endpoint, I get a 400 error when I have a pathauto pattern for the submission.
Enable a pathauto pattern for submissions, then attempt to update an existing submission using REST. If I turn off the pattern, the update works again. I've tried using a simple pattern that uses UUID such as : /s/[webform_submission:uuid]
Active
4.0
Code
$submission_webform_id is the path auto generated name.
Works with the path auto name as 'mywebform' as the webform id instead of the numeric webform id.