digitalcatalyst → created an issue.
We came across this error, and can confirm 3296454-12.patch fixed the problem
After upgrading core to 10.3.6, still seeing broken view offset error, applied patch from #41 to fix the issue.
Patch in #26 works in 10.2.4, absolute life saver when cron wsod
Hi
I tested this patch against latest release, now the slider is working please commit.
needed this patch to fix error when amending membership types, solved the problem
tested this patch and solved the creating widget problem.with drupal 10.0.9
in addition to the amendments needed in #15 I also needed to add the access check to line 461
$query = $this->entityTypeManager->getStorage('vote')->getAggregateQuery('vote');
$query->accessCheck(TRUE);