Notice: Undefined index: entity type in Drupal\views_bulk_operations\EventSubscriber\ViewsBulkOperationsEventSubscriber->provideViewData() (line 53 of modules/contrib/views_bulk_operations/src/EventSubscriber/ViewsBulkOperationsEventSubscriber.php)
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | undefined_index_-2921563-2.patch | 822 bytes | chr.fritsch |
Comments
Comment #2
chr.fritschHere is a patch
Comment #3
joelpittetThanks for the patch, this looks like it should be checked.
Is there any background why the entity type is missing @chr.fritsch?
Comment #4
chr.fritschsearch_api based views are not dependent on an entity type. They could have multiple entity types called data source. That's the reason why the key is not set.
Comment #6
graber commentedTrue, committed. Thanks!