- 🇩🇪Germany Anybody Porta Westfalica
core_version_requirement: ^8 || ^9 || ^10
should be
core_version_requirement: ^8.7.7 || ^9 || ^10
or simplified due to D8 EOL:
core_version_requirement: ^8.9 || ^9 || ^10
as Drupal core <8.7.7 needs the
core:
version requirement.I'll fix this in a MR.
- @anybody opened merge request.
- Issue was unassigned.
- Status changed to Needs review
over 1 year ago 4:37pm 18 April 2023 - 🇺🇸United States davidburns Philadelphia
There's an accessCheck that needs to be added to the entityQuery for email_noreply_requirements().
Fixes this error:
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(). in Drupal\Core\Entity\Query\Sql\Query->prepare() (line 141 of core/lib/Drupal/Core/Entity/Query/Sql/Query.php).