Problem/Motivation
I have this error in my code.
Entity queries must explicitly set whether the query should be access checked or not
Drupal\Core\Entity\EntityStorageException: 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\Sql\SqlContentEntityStorage->save() (line 817 of core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php).
From stacktrace I find error come from this module.
Proposed resolution
Follow https://www.drupal.org/node/3201242 steps
Remaining tasks
Find all entityQuery and add accessCheck(TRUE)
Issue fork term_merge_manager-3388457
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
yazanmajadba commentedComment #4
yazanmajadba commentedtested and it's working
Comment #7
mfrosch commentedReleased in stable.
Thx for your support!