- Issue created by @tdnshah
- Merge request !3Issue 3504205: Fix add accessCheck to the entity query builder. → (Open) created by tdnshah
When visiting the group entity queue listing page we get an error as below
`Drupal\Core\Entity\Query\QueryException: Entity queries must explicitly set whether the query should be access checked or not. `
Step 1: Enable group entity queue module and enable group entity queue on any group content plugin.
Step 2: Now on any group visit entity queue listing page to see the list of entity in queue.
Step 3: This with lead to an above error.
Create a patch to the module and add accessCheck(false) to the entity query in content list builder controller.
Active
Code