Skip to content
Snippets Groups Projects
Commit 5c0ee642 authored by Viktor Holovachek's avatar Viktor Holovachek
Browse files

Resolve #3422184 "Fix all suggestions"

parent d17d558c
No related branches found
No related tags found
1 merge request!22Resolve #3422184 "Fix all suggestions"
Pipeline #98628 passed
......@@ -110,7 +110,7 @@ function field_extra_form_alter(&$form, FormStateInterface $form_state, $form_id
$entity = $object->getEntity();
$type = $entity->getEntityTypeId();
if (!empty($config->get('types')[$type])) {
if (empty($config->get('types')[$type])) {
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment