- First commit to issue fork.
- 🇫🇷France duaelfr Montpellier, France
MR !28 was not up to date anymore.
I reapplied rector changes upon the 1.0.x version.
It looks good to me! - @duaelfr opened merge request.
- 🇫🇷France duaelfr Montpellier, France
The !30 MR is based on the
main
branch as it's the one hosting the latest dev version of the module for now. - f3b20891 committed on main
Issue #3297415: Automated Drupal 10 compatibility fixes
- f3b20891 committed on main
- First commit to issue fork.
- @isaacrc opened merge request.
- 🇪🇸Spain isaacrc
I added the !32 MR since the ^10 core requirement was missing in the submodule 'ImageAPI Optimize AVIF & WebP Responsive'
- Status changed to RTBC
over 1 year ago 8:53am 16 June 2023 - 🇮🇹Italy finex
Hi, until the module will not be fully fixed, I've created a temporary patch to fix the missing requirement.
- 🇸🇪Sweden acke
Confirm 1.1 don't work for D10. I think there should be an accessCheck:
$entity_id = $query->getQuery() ->condition('uri', substr($image_uri, 0, strrpos($image_uri, '.')) . '.', 'STARTS_WITH') ->accessCheck(TRUE); ->execute();
- 🇸🇪Sweden acke
Yes, I got a:
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 /mnt/persist/www/mawtest.wallenberg.org/web/core/lib/Drupal/Core/Entity/Query/Sql/Query.php).