- Issue created by @klimp
- Status changed to Needs review
over 1 year ago 6:26am 12 April 2023 - Status changed to Fixed
over 1 year ago 1:59pm 26 April 2023 Automatically closed - issue fixed for 2 weeks with no activity.
- First commit to issue fork.
While working on upgrades to Drupal 10 Upgrade status provided these errors as needing to be resolved manually:
FILE: web/modules/contrib/core_views_facets/tests/src/Functional/WebTestBase.php
STATUS LINE MESSAGE
--------------------------------------------------------------------------------
Check manually 133 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.
--------------------------------------------------------------------------------
Check manually 177 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.
--------------------------------------------------------------------------------
Call \Drupal\Core\Entity\Query\QueryInterface::accessCheck() with TRUE
Fixed
2.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.