- Issue created by @kurttrowbridge
- last update
over 1 year ago Composer error. Unable to continue. - @kurttrowbridge opened merge request.
- Status changed to Needs review
over 1 year ago 2:57am 30 June 2023
Following a
deprecation β
as of Drupal 9.2, Drupal 10 enforces that entity queries must specify an accessCheck
, throwing an exception otherwise. In the module's current state (along with the automated patch provided in
#3296961
π
Automated Drupal 10 compatibility fixes
RTBC
that makes it otherwise D10-compatible), digests fail to send because the entity queries in the module don't include them.
Use the module on a Drupal 10 site. Run a cron job that triggers digest_cron()
. An error will appear in the logs, and the digest will have failed to send.
Add accessCheck()
s to any entity queries throughout the module.
Patch forthcoming.
Needs review
1.0
Code