-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
Description
Current behavior
Multi-user editing causes potential issues if they start editing the same content entries in a couple of scenarios:
- If two or more users end up editing the same content entry at the same time.
- If the publishing workflow is enabled, and an entry is marked as "In Review" or "Ready", other users can continue to make edits to the entries.
Both situations result in failed publishing/saving and/or lost work for any user aside from the initial editor.
Steps to reproduce
This one takes various playing around, it seems. We're getting mixed results when doing this, but below are the situations we tried.
- Have User A and User B both open the same collection entry.
- User A edits and saves the entry.
- User B (unaware of User A's edits) also edits and saves the entry.
- User A's work is now either lost due to User B's save. Or User B's save fails and he/she loses all of their work.
Expected behavior
An entry should be "locked" once it's in edit mode. If one user is editing, display a message to other potential users that it is locked, so they do not risk losing edits.
If publishing workflow is set in the project, the entry file(s) should also be locked if they are moved into the "In Review" or "Ready" columns.
tech4him1, karolis-sh, LorenzBischof, KobaKhit and miguelt168696c6c