- Issue created by @Grevil
- Merge request !13Issue #3521955: Error thrown, when paragraphs field allows all paragraph types → (Closed) created by Grevil
When we allow all paragraph types (leave all paragraph types unchecked on field creation), clicking on the paragraphs table widget settings button throws the following error:
TypeError: array_key_first(): Argument #1 ($array) must be of type array, null given in array_key_first() (Zeile 291 in /var/www/html/web/modules/contrib/paragraphs_table/src/Plugin/Field/FieldWidget/ParagraphsTableWidget.php).
This is because $this->fieldDefinition->getSetting("handler_settings")["target_bundles"]
will return NULL.
Add an early return.
Active
2.0
Code