- Issue created by @lazzyvn
Install Tagify with lastest version + drupal 11, test with taxonomy tags i got warning
Warning: Undefined array key "fieldDefinition" in tagify_options_list_alter() (line 57 of /var/www/drupal/web/modules/contrib/tagify/tagify.module)
I suggest small condition for fix it
if (!empty($context['fieldDefinition']) && !$context['fieldDefinition'] instanceof FieldDefinitionInterface) {
return;
}
Active
1.2
Code