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

Issue fork elogger-3319709

Command icon 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

codebymikey created an issue. See original summary.

codebymikey’s picture

Issue summary: View changes
Status: Active » Needs review
StatusFileSize
new651 bytes

smustgrave made their first commit to this issue’s fork.

  • smustgrave committed 7b43792 on 1.x
    Issue #3319709: Avoid logging the same entity operations twice
    
smustgrave’s picture

Status: Needs review » Fixed

Thanks for the patch!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.