Problem/Motivation
When an entity is soft-deleted, calling $storage->getLatestRevisionId() with the ignore trash context then calling it again with the active context returns stale (cached) and incorrect results.
Issue fork trash-3561099
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
amateescu commentedThis bug was initially found by @twod in #3376216: Translation support, so credited for that :)
Comment #5
amateescu commentedMerged!