- Issue created by @Sardis
- @sardis opened merge request.
- Issue was unassigned.
- Status changed to Fixed
about 1 year ago 1:53pm 30 October 2023 Automatically closed - issue fixed for 2 weeks with no activity.
Any code, that relies upon openy_mappings.location_repository
service, for example Daxko: https://git.drupalcode.org/project/daxko/-/blob/1.0.x/src/DaxkoDataWrapp... in Drupal 10 will experience the following error:
Entity queries must explicitly set whether the query should be access checked or not. See Drupal\Core\Entity\Query\QueryInterface::accessCheck().
1. Install Latest Open Y distro
2. Install the aforementioned Daxko module: drupal.org/project/daxko
3. Execute drush ev '\Drupal::service("daxko.data_wrapper")->populateDaxkoMembershipTypes();'
Include accessCheck(FALSE) to all of the queries as we don't need to check the user access.
No changes.
No changes.
Fixed
1.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.