Problem/Motivation
After add 'taxonomy_entity_index' related relationship I get the next error:
Notice: Undefined index: id in Drupal\views\Plugin\ViewsHandlerManager->getHandler() (line 107 of /var/www/web/core/modules/views/src/Plugin/ViewsHandlerManager.php)
and the relationship not working.
Also I've noticed next related error in log:
Notice: Undefined index: provider in Drupal\views\Plugin\views\relationship\RelationshipPluginBase->calculateDependencies() (line 181 of /var/www/web/core/modules/views/src/Plugin/views/relationship/RelationshipPluginBase.php)
Proposed resolution
Add necessary properties into taxonomy_entity_index_views_data_alter() it fix errors and relationship work.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | added_necessary_properties_to_views_data_alter_hook-3172058-2.patch | 918 bytes | init90 |
Comments
Comment #2
init90Comment #4
larowlanThanks, cutting a new release with this bug-fix