- Issue created by @el7cosmos
- Status changed to RTBC
2 months ago 9:02am 13 March 2025 - 🇨🇦Canada endless_wander
This works great for me upgrading to Drupal 11 with this module. Would be great to get merged.
Updates to these files cannot be patched with Composer. This needs to be merged for people to use it.
web/modules/contrib/webform_submissions_delete/src/Form/WebformResultsBulkDeleteForm.php (lines 124, 152)
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.