Skip to content

Initial edit lock implementation - #1635

Open
aapomm wants to merge 1 commit into
developfrom
conflict-resolver/prevent-concurrent-edits
Open

Initial edit lock implementation#1635
aapomm wants to merge 1 commit into
developfrom
conflict-resolver/prevent-concurrent-edits

Conversation

@aapomm

@aapomm aapomm commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Spec

Currently, the conflict resolver shows an alert when you have updated a content but a different user has updated it too when you were editing it. Showing the warning on save, is too late since the content has already been overwritten. This requires the user to manually go through the history and resolve the merge.

Proposed solution
Prevent the edit of a content if a user is currently editing it.

Check List

  • Added a CHANGELOG entry
  • Commit message has a detailed description of what changed and why.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant