- Issue created by @ptmkenny
- @ptmkenny opened merge request.
- Status changed to Needs review
almost 2 years ago 2:47am 3 February 2023 - ๐บ๐ธUnited States Jon Pugh Newburgh, NY
Jon Pugh โ made their first commit to this issueโs fork.
- Status changed to Fixed
over 1 year ago 6:06pm 27 February 2023 - Status changed to Needs review
over 1 year ago 7:45am 13 March 2023 - ๐ฏ๐ตJapan ptmkenny
@Jon Pugh Thanks for looking at this!
Could you please confirm that this got committed? 4.0-alpha3 still has this error, and it seems like the code has not been committed to the 4.x branch. For example, there is no accessCheck here: https://git.drupalcode.org/project/site_audit/-/blob/4.x/src/Plugin/Site...
- ๐บ๐ธUnited States keiserjb
Installed site audit on D10. The report doesn't work and the log says
Drupal\Core\Entity\Query\QueryException: Entity queries must explicitly set whether the query should be access checked or not
Something is still amiss.
- ๐ฎ๐ณIndia sahil.goyal
Thanx @Qusai Taha, Provided Patch #9 resolves the access check warnings in D10 & func. works as expected, Adding screenshots for references.
RTBC+1 - ๐ฏ๐ดJordan Rajab Natshah Jordan
Facing the same issue with Drupal 10
- ๐ฏ๐ดJordan Rajab Natshah Jordan
The following is not committed
- $query = \Drupal::entityQuery($entity); + $query = \Drupal::entityQuery($entity)->accessCheck(FALSE);
when I checked the code, and latest released tag
- First commit to issue fork.
- Status changed to Fixed
about 1 year ago 11:11pm 10 October 2023 Automatically closed - issue fixed for 2 weeks with no activity.