- Issue created by @raulmangolin
- @raulmangolin opened merge request.
- Status changed to RTBC
over 1 year ago 8:04pm 21 July 2023 - First commit to issue fork.
- Issue was unassigned.
- Status changed to Needs review
over 1 year ago 11:15pm 5 August 2023 - 🇩🇪Germany lblabr
how do i apply the patch correctly to 8.x-2.x-dev install?
thanks a lot!
- 🇺🇸United States adrianm6254
I tried patch #3 and I still get errors.
Drupal\Core\Entity\Query\QueryException: Entity queries must explicitly set whether the query should be access checked or not. See Drupal\Core\Entity\Query\QueryInterface::accessCheck().
- last update
12 months ago Composer require-dev failure - 🇺🇸United States sean_fremouw
Added checks on queries in install file to patch in #3.
- Status changed to Needs work
8 months ago 4:00pm 18 March 2024 - 🇬🇧United Kingdom rivimey
The accessCheck tests are included in the 3.0.x branch, which is the future of the module.
The patch here uses accessCheck(False) but in many/most cases should be using accessCheck(True).
Please backport the 3.0.x changes if you still need the 2.x branch of the module.
- Status changed to Needs review
8 months ago 4:48am 19 March 2024