Goodmood β created an issue.
After 10.2 drupal upgrade and changes from
https://www.drupal.org/project/drupal/issues/3383692
β¨
Allow returning NULL from EntityRepositoryInterface::getTranslationFromContext() function
Active
patch from #22 can't be applied.
Here is a re-roll for drupal 10.2 version
Goodmood β created an issue.
Sorry, wrong file was attached
I'm still using rerolled patch from #90 (due to the same reason which mentioned there) over rc15 and D10.
With Drupal upgrade we have an exception when entity removed from ief widget and parent entity saved:
"Entity queries must explicitly set whether the query should be access checked or not"
This is because of absent accessCheck method on query in 'delete' method.
Added this check to patch from #90
Also this should be added to patch #99 because otherwise it'll throw an exception on D10 as well.
I confirm, that this is the issue. Have the same problem after upgrade to 10.1 (from 9)