-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$child_element - sometimes it's trying to treat a string as an array #2
Comments
I think the problem is that I can start submitting PRs if that helps. |
I feel like the reason I had those empty strings in arrays was either copied from webform_civicrm or potentially I was comparing the result of exporting a migrated webform with generating one, or even opening and saving and ensuring hte config didn't change. |
@stesi561 you said:
I guess I'm not entirely clear what the method does. If we skip over some elements I figured they would still be there since they're not being unset further down. I've been mostly focused on squashing fatal errors on the migration so I'd need to think about it more. |
I need to investigate this further:
This is where it happens:
In the source webform I guess there some cases where the "child element" is not really an element even if it doesn't have a hash. But I'm going to try to find out why.
The text was updated successfully, but these errors were encountered: