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.

Comments

init90 created an issue. See original summary.

init90’s picture

Status: Active » Needs review
StatusFileSize
new918 bytes

  • larowlan committed 1c5c735 on 8.x-1.x authored by init90
    Issue #3172058 by init90: Add necessary properties to the...
larowlan’s picture

Status: Needs review » Fixed

Thanks, cutting a new release with this bug-fix

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.