Problem/Motivation
I've four states and three transitions. Getting four errors like below with missing array key.
Warning: Undefined array key "" in webform_workflows_element_element_form_after_build() (line 262 of modules\contrib\webform_workflows_element\webform_workflows_element.module).
| Comment | File | Size | Author |
|---|---|---|---|
| #10 | webform_workflows_element-3358207-10.patch | 607 bytes | botanic_spark |
Issue fork webform_workflows_element-3358207
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
ranjit1032002Created MR!10 for the issue mentioned, please review.
Thank you.
Comment #5
crutch commentedThanks Ranjit. Still getting warning with patch.
Comment #7
maxwellkeeble commentedHi. I've not used this patch as $options could be non-empty but still not have [''] as a key, so the issue would continue. I've committed a change to dev to resolve this, could this please be checked in your environments? (I can't recreate this issue myself sadly).
Comment #8
crutch commentedThank you, sorry for delayed response. Using current dev and getting the same result but it's reporting line 263 now
Comment #9
botanic_spark commentedHi, I am also getting the warning, even with latest dev version.
Comment #10
botanic_spark commentedI think the issue is solved with update to the operator.
Comment #11
keshavv commentedConfirmed that there are no further warnings. We can merge #10 patch.
Comment #13
maxwellkeeble commented