Hello,
I am using the versions of:
Drupal: 10.2.4
Facets: 3.0.x-dev
View exposed filters summary: 2.0.0-alpha3
I have installed the VEFS patch fine, the facets patch I had to change it by hand because the code did not match and the summary still does not work and I get this error.
βTypeError: Illegal offset type in Drupal\Core/Entity/EntityStorageBase->load() (line 263 of /web/core/lib/Drupal/Core/Entity/EntityStorageBase.php).β
From what I've been digging around the $filter->options['facet'] isn't picking up anything and can't create the entity in ViewsFiltersSummary.php.
I would appreciate any help.
Thanks in advance
Translated with DeepL.com (free version)
+1
The patch "tb_megamenu-n3391952-9-3alpha2.patch" of #9 work for me.
Thanks!
For me back_to_top version 3.0.0 works fine in drupal 10. I see a commit with the change some time ago https://git.drupalcode.org/project/back_to_top/-/commit/b085e769bd1c365a5c41198dc7957a226a6c0fdd
For mi works well
#3
π
Make configuration translatable
RTBC
with drupal 10.1.5 and PHP 8.1.20.
Thanks
Now work well for me.
Thanks so much!