- Issue created by @ptmkenny
- Status changed to Needs review
7 months ago 5:16am 20 April 2024 - Status changed to Fixed
5 months ago 9:02pm 8 July 2024 Automatically closed - issue fixed for 2 weeks with no activity.
A couple changes were missed in the Drupal 10 upgrade:
------ -----------------------------------------------------------------------
Line src/Controller/DefaultController.php
------ -----------------------------------------------------------------------
97 Relying on entity queries to check access by default is deprecated in
drupal:9.2.0 and an error will be thrown from drupal:10.0.0. Call
\Drupal\Core\Entity\Query\QueryInterface::accessCheck() with TRUE or
FALSE to specify whether access should be checked.
π‘ See https://www.drupal.org/node/3201242
------ -----------------------------------------------------------------------
------ -----------------------------------------------------------------------
Line src/Form/StyleguidePatternForm.php
------ -----------------------------------------------------------------------
77 Relying on entity queries to check access by default is deprecated in
drupal:9.2.0 and an error will be thrown from drupal:10.0.0. Call
\Drupal\Core\Entity\Query\QueryInterface::accessCheck() with TRUE or
FALSE to specify whether access should be checked.
π‘ See https://www.drupal.org/node/3201242
------ -----------------------------------------------------------------------
Fixed
2.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.