Account created on 10 July 2018, over 6 years ago
#

Merge Requests

Recent comments

🇮🇳India 21kPiyush

On new release of Drupal 10.3.5 make it working

🇮🇳India 21kPiyush

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.

🇮🇳India 21kPiyush

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

Production build 0.71.5 2024