Problem/Motivation

Currently, the Conflict module enables conflict resolution for all content entities by default. There is no way to limit it to specific entity types or bundles.

On many sites, conflict resolution is only needed for a subset of entities, so it would be useful if the module allowed administrators to configure it with more granularity. Applying conflict handling broadly to all content entities may also introduce unnecessary performance overhead for entity types and bundles where it is not required.

Proposed resolution

A more granular configuration approach already exists in the content_lock contrib module.
Conflict could implement a similar configuration pattern to allow enabling conflict resolution only for selected entity types and bundles.

Issue fork conflict-3589873

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

aalin created an issue. See original summary.

aalin’s picture

Status: Active » Needs review