- 🇮🇹Italy finex
Hi, I cannot reproduce the bug on the latest version. Maybe it has been solved on 2.x version?
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.
The config schema for the module also needs some normalizing.
Enable support for the "Block" config entity in /admin/config/events_logging.
Go into "Block layout" in Drupal and resave any of the existing blocks.
You should now see two update operations for the same block.
Prevent updates to the entity. And ensure that config schema definitions are cleaner and more manageable (keeping only enabled values).
Provide issue fork/patch.
N/A
N/A
N/A
Needs review
1.5
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Hi, I cannot reproduce the bug on the latest version. Maybe it has been solved on 2.x version?