diff --git a/contrib/search_api_views/search_api_views.views.inc b/contrib/search_api_views/search_api_views.views.inc index 4781a5c..1221933 100644 --- a/contrib/search_api_views/search_api_views.views.inc +++ b/contrib/search_api_views/search_api_views.views.inc @@ -164,15 +164,15 @@ function search_api_views_views_data_alter(&$data) { foreach (search_api_index_load_multiple(FALSE) as $index) { $key = 'search_api_index_' . $index->machine_name; - // Check this is exposed to views. + // Make sure that the table is actually there. if (!isset($data[$key])) { continue; } $table = &$data[$key]; - // Check supports generic for entity tables and this entity type. - // @see https://www.drupal.org/comment/8381773#comment-8381773 + // Verify that VBO is using the entity-generic tables for its + // functionality. See #1334374. $entity_type = $index->getEntityType(); if (!empty($data['views_entity_' . $entity_type]['views_bulk_operations'])) { $table['views_bulk_operations'] = array(