- Issue created by @BenStallings
- πΊπΈUnited States BenStallings
never mind, this has been fixed in dev already.
Upgrade Status reports,
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.
regarding line 350 of IdpForm.php
scan with Upgrade Status
add accessCheck(TRUE)
make a MR
Active
4.3
Code
never mind, this has been fixed in dev already.