- πΊπΈUnited States smustgrave
Since there has not been a follow up to #14 going to close out for now.
If still a bug please reopen updating issue summary with steps to reproduce in D10+
Thanks all
If NULL is saved for a config value that is expected to be an array, two things happen:
1) It does not cast it to an empty array
2) It fatals, saying that NULL is invalid
Primitive types like Interger have a getCastedValue(), but it's only used for checking, and NULL is still saved (instead of 0).
I think that second part is actually
#2345813: Primitive TypedData fields are not cast properly β
Either allow Mapping to contain NULL, or cast it to an empty array internally
Closed: outdated
9.5
It denotes an issue that prevents porting of a contributed project to the stable version of Drupal due to missing APIs, regressions, and so on.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Since there has not been a follow up to #14 going to close out for now.
If still a bug please reopen updating issue summary with steps to reproduce in D10+
Thanks all