- Issue created by @anish.a
- π¬πͺGeorgia maximkashuba Batumi
hi anisha,
could you tell me more the details about the bug, how to reproduce it.
Is it after update to 2.0.0-beta5 ?
what is the current version of the module you use? - πΈπ¬Singapore anish.a Singapore
I am using 2.0.0-beta5.
I am not sure whether it happened after the beta. I think I selected some wrong options and got locked out of the page.
These are the warnings I was seeing in the Drupal messages.
Warning: Undefined array key "#row" in Drupal\entityreference_filter\Plugin\views\filter\EntityReferenceFilterViewResult->processOptions() (line 211 of modules/contrib/entityreference_filter/src/Plugin/views/filter/EntityReferenceFilterViewResult.php). Error message Warning: Attempt to read property "_entity" on null in Drupal\entityreference_filter\Plugin\views\filter\EntityReferenceFilterViewResult->processOptions() (line 211 of modules/contrib/entityreference_filter/src/Plugin/views/filter/EntityReferenceFilterViewResult.php).
I tried debugging and found that this is getting as
$renderable
inprocessOptions
. This obviously is not the array it is expecting.Array ( [0] => views_view__entity_reference_view__entityreference_4 [1] => views_view__entityreference_4 [2] => views_view__default [3] => views_view__entity_reference_view__default [4] => views_view__default [5] => views_view__entity_reference_view [6] => views_view )
I am stuck here. Sending the configuration file for the view.