Patch from the comment https://www.drupal.org/project/drupal/issues/3207813#comment-15332466 π ModuleHandler skips all hook implementations when invoked before the module files have been loaded Needs review working with 10.3.x version.
k.wiktorowicz β created an issue.
k.wiktorowicz β created an issue.
k.wiktorowicz β made their first commit to this issueβs fork.
k.wiktorowicz β made their first commit to this issueβs fork.
I cannot reproduce the problem.
I tested as follows:
On the new Droopler instance, I installed and enabled the webform module. Then I created a new form in which I added various fields (textfield, textarea, checkbox and all available file fields). After saving the form, I went to its preview, completed all the fields (added test files) and sent the form - The form submission was saved correctly, without errors, and there was nothing in the logs.
I went back to editing the form and tried various ways to change the configuration of the form elements (title display, prefixes, etc.) - everything worked fine every time.
Corrected patch
There is no check to see if value exists for this attribute