On new release of Drupal 10.3.5 make it working
21kpiyush → created an issue.
21kpiyush → created an issue.
I am using 1.0.11 version of module.
Step to reproduce the alert message
1) Create a webform with a multipage option.
1) Create a submission with the booking field marked required.
2) Login as admin and edit the submission do change on any other field and try to save the submission. You see an alert message.
I get it working, on line number 134
if ($field->getClass() == '\Drupal\Core\Field\EntityReferenceFieldItemList') {
to
if ($field->getClass() == 'Drupal\Core\Field\EntityReferenceFieldItemList') {
and it work again
21kPiyush → created an issue.
21kPiyush → created an issue.
Any update on it ?
21kPiyush → created an issue.
21kPiyush → created an issue.
21kPiyush → created an issue.
21kPiyush → created an issue.