- Status changed to Fixed
over 1 year ago 5:57pm 30 March 2023 - 🇨🇦Canada drclaw
Committed and pushed to the new 2.0.0-beta2 release. Thanks everyone!
Automatically closed - issue fixed for 2 weeks with no activity.
After upgrading Drupal core to 8.9.1 FlexField module on adding additional field action - starts showing this error:
Deprecated: call_user_func_array() expects parameter 1 to be a valid callback, non-static method Drupal\\flexfield\\Plugin\\Field\\FieldType\\FlexItem::addSubmit() should not be called statically in web/core/lib/Drupal/Core/Form/FormSubmitter.php on line 114
Solution is make this function static. Patch is attached.
Fixed
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Committed and pushed to the new 2.0.0-beta2 release. Thanks everyone!
Automatically closed - issue fixed for 2 weeks with no activity.