Problem/Motivation
There is a possibility that certain entities will have their update operations tracked e.g. "Block" config entities.
We should have checks in place to make sure we only log the operation once.
Steps to reproduce
Enable support for the "block" module in the Filter configuration.
Go into "Block layout" in Drupal and resave any of the existing blocks.
You should now see two update operations for the same block.
Proposed resolution
Prevent updates to the entity.
Remaining tasks
Provide issue fork/patch.
User interface changes
N/A.
API changes
N/A
Data model changes
N/A
Comments
Comment #2
codebymikey commentedComment #6
smustgrave commentedThanks for the patch!