Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
Description
documents can merge with themselves if user saves with 'save and continue' in realtime. This doesn't increment the lastSaved.version which is passed to the server for merging.
1. save and continue must increment the client version
2. clients must send ISAVED to inform other clients of their action
3. server must check whether O and B (common ancestor and realtime version) are equivalent before merging