- Issue created by @mykola dolynskyi
- @mykola-dolynskyi opened merge request.
Getting
TypeError: uasort(): Argument #1 ($array) must be of type array, null given in uasort() (line 69 of core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginManager.php).
and this is happening when $base_plugin_id === 'inline_entity_form'
@ core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginManager.php::getPluginId($target_type, $base_plugin_id)
In Drupal 11.2 and custom block with layout builder to page and click save. Save not happening but error in logs
better fallback to default
if $base_plugin_id
not found and proper exception if fallback failed.
Figure out why inline_entity_form is getting into that code flow, maybe it should not at all.
none.
none.
none.
none.
Needs work
11.2 π₯
entity system