Problem/Motivation
On a webform's form settings page the following JS error appears in the JS console:
Uncaught Error: Syntax error, unrecognized expression: :input[name="wizard_auto_forward]
Steps to reproduce
Go to a webform's form settings page.
Proposed resolution
Line 365 in file webform/src/EntitySettings/WebformEntitySettingsFormForm.php needs to be changed from ':input[name="wizard_auto_forward]' => ['checked' => TRUE], to ':input[name="wizard_auto_forward"]' => ['checked' => TRUE],
Remaining tasks
User interface changes
API changes
Data model changes
Comments
Comment #2
rromore commentedComment #3
rromore commentedComment #4
jrockowitz commentedThanks for the patch