6.4 Web Editor - 2 people using web gui to edit same file
Created by: mhoskiso
Summary: If two people edit the same file with the web editor, the person who commits last removes all the changes the first committer made because the file is no longer current. I remember an error message in previous versions that the changes couldn't be saved because the file has changed. Can I enable this behavior?
Steps to reproduce: User 1 & 2 browse to the same file and use the web editor. User 1 edits and commits, then User 2 commits the old file with different edits.
Expected behavior: An error message pop up saying changes can't be commited because the file has changed when User 2 tries to commit the same file User 1 edited..
Observed behavior: The person that hits the commit button last removes all the changes of the first commit that occured while two people are using the web gui to edit the same file.