-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.4.1
-
Component/s: Synchronizer
-
Epic Link:
-
Tags:
-
Backlog priority:1,000
-
Sprint:nxMS 9.1.4, nxMS 9.2.1
-
Story Points:3
Scenario:
1. Server-dev01: Create Folder with the following hierarchy and names
Folder01
-----------SubFolder01
------------------------Image01.jpg
-----------SubFolder02
------------------------Image02.jpg
-----------File01.txt
2. Server-dev01: Grant Read permission to dev02 on Folder01
3. Server-dev02: Synchronize Folder01
4. Client-dev02: Connect Drive and wait for sync completion
5. Client-dev02: Disconnect
6. Server-dev01: Change the permission on Folder01 for dev02 from “Read” to “Write”
7. Client-dev02: Rename “File01.txt” to “File01_renamed.txt” and delete the file “Image01.jpg” in Subfolder01
8. Client-dev02: Connect client and make sure that same folder is selected (Nuxeo Drive)
Expected Result:
1. File01_renamed.txt should sync with the server
2. Image01.jpg should reappear
Actual result:
1. File01_renamed.txt did not sync with the server
2. OK