- 🇮🇳India ajits India
Uploading a patch for 8.x-1.x that fixes the fatal errors.
Entity queries must explicitly set whether the query should be access checked or not. See Drupal\Core\Entity\Query\QueryInterface::accessCheck().
Use the 2.0.x (dev) version of the module with Drupal 10. Create some groups. Try to access the overview of groups.
Add $query->accessCheck()
in \Drupal\group\Entity\Controller\GroupListBuilder::getEntityIds()
.
N/A
N/A
N/A
Fixed
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Uploading a patch for 8.x-1.x that fixes the fatal errors.