When doing bulk edit for some entities, only modify the moderation state, no any actual content updated.
the node setRevisionTranslationAffected will not be called. The entity revision history page will check this flag to decide show or hide.
1, Bulk edit some entities
2, Only set moderation status change to 'public'
3, Make another change on moderation status change to 'draft'
4, Check those entities history page, some new created revision record will be hidden.
Flag RevisionTranslationAffected in submitConfigurationForm method
create patch
Closed: works as designed
2.0
Code
The change is currently missing an automated test that fails when run with the original code, and succeeds when the bug has been fixed.