I confirm patch working for us as well, tested with Drupal 10.3.5 and facets 2.0.8. Thanks !
Here rolling patch #43 for Drupal 10.3.1.
Update the patch for version 3.5 of the module
Hi thanks I kindly suggest release a new version with MR asap as it really breaks the sites as reported here as well:
https://www.drupal.org/project/google_tag/issues/3393917
π
Google Analytics script is not loading.
Active
Please see this issue maybe it is related to why you are not seeing data in analytics:
https://www.drupal.org/project/google_tag/issues/3424623
π
"Enforce Privacy Consent Policy" checkbox default value is checked even when it is disabled
RTBC
Hi here is a patch for openid_connect 3.0.0-alpha3, I am not sure what is happening with the MR request.
Thanks
I propose to update the module page documentation and also the project readme file to reflect what #6 is saying, here a patch, thanks
Hi here patch #5 completed with another access check to avoid error "Entity queries must explicitly set whether the query should be access checked or not." on Drupal 10
Hi @astutonet have you seen this related issue here:
https://www.drupal.org/project/owlcarousel/issues/3382506
π
Error: Cannot use a scalar value as an array in _owlcarousel_format_settings()
Needs review
?
Please apply the patch to get rid of that error.
Hi this is tested can we please commit this patch ?
Thanks
I second this proposal by @programeta to have the module actively maintained.
We are using this module for our Drupal 9/10 sites and it will be great to have an active queue with improvements rather than patching this module locally.
Thanks
Hi,
Both patches #57 or #58 are not applying any longer with the latest version of the module drupal/redis (1.7.0).
Is anyone else seeing the same ?
On a separate note, we are using this cluster implementation on production for more than 6 months and is working fine for us as per #57.
I encourage maintainers to commit this work so we avoid the hassle re-working this complex patch after every module update.
Thanks
mihaic β created an issue.
Hi I am seeing this in 9.5.9 and in 10.0.9.
This is due to this change in core:
https://www.drupal.org/project/drupal/issues/3348686
π
[regression] Inaccessible language switcher links are removed before alternatives can be provided
Fixed
here is small patch, maybe there is a better way but this seems to work for us
thanks
Hi in Drupal 10 access checking must be explicitly specified on content entity queries as per https://www.drupal.org/node/3201242 β .
Here is a small update on the latest patch to add access checking and make this code Drupal 10 compatible.
+ $terms_ids = $query->accessCheck(FALSE)->execute();
Thanks
Hi can we please commit this compatibility patch so we can use the project in Drupal 10 ?
Thanks
Hi can we please commit this Drupal 10 compatibility patch so we can we use this on our projects ?
Thanks
Thanks dww sorry about the typo
Hi here is an updated version of the patch to works with the latest version of the module 1.0.0-rc1
Hello
This is a rework of patch #12 for the version 2.0.0-rc1 of the module.
Hope this will help some people until the code and improvements proposed above will be merged into the latest release.
Thanks