🇦🇺Australia digitalcatalyst
After upgrading core to 10.3.6, still seeing broken view offset error, applied patch from #41 to fix the issue.
🇦🇺Australia digitalcatalyst
Patch in #26 works in 10.2.4, absolute life saver when cron wsod
🇦🇺Australia digitalcatalyst
Hi
I tested this patch against latest release, now the slider is working please commit.
🐛 | Organic groups | The annotations for "edit-form" and "delete-form" of the "og_membership_type" entity type are not consistent with the actual routes.
🇦🇺Australia digitalcatalyst
needed this patch to fix error when amending membership types, solved the problem
🐛 | Rate | PHP Fatal Error | undefined method Drupal\Core\Extension\ModuleHandler::getImplementations()
🇦🇺Australia digitalcatalyst
tested this patch and solved the creating widget problem.with drupal 10.0.9
🇦🇺Australia digitalcatalyst
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);