-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.6.0-HF29, 5.8.0-HF04, 5.9.1
-
Component/s: Nuxeo Drive
Let's say a folder is locally deleted and one of its properties other than dc:title is updated concurrenlty, then currently the pair state once local and remote states get updated is ('deleted', 'modified'), which leads to the 'remotely_created' state, thus the folder will not be deleted remotely and worse re-created locally.
This can typically happen if an asynchronous listener updates a property on the folder and this update is detected by the client (when fetching the remote change summary) after a period of time during which a local modification has occurded.
- is required by
-
NXP-13368 Drive: locally updating the content of a file and remotely updating some property on the document concurrently causes a conflict
- Resolved