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)
CommentFileSizeAuthor
#2 undefined_index_-2921563-2.patch822 byteschr.fritsch

Comments

chr.fritsch created an issue. See original summary.

chr.fritsch’s picture

Status: Active » Needs review
StatusFileSize
new822 bytes

Here is a patch

joelpittet’s picture

Status: Needs review » Reviewed & tested by the community

Thanks for the patch, this looks like it should be checked.

Is there any background why the entity type is missing @chr.fritsch?

chr.fritsch’s picture

search_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.

  • Graber committed 4c0b51c on 8.x-1.x authored by chr.fritsch
    Issue #2921563 by chr.fritsch, joelpittet: "Undefined index: entity type...
graber’s picture

Status: Reviewed & tested by the community » Fixed

True, committed. Thanks!

Status: Fixed » Closed (fixed)

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