-
Type: Bug
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 2.1.1221
-
Fix Version/s: QualifiedToSchedule
-
Component/s: Synchronizer
-
Epic Link:
-
Tags:
-
Backlog priority:500
-
Team:DRIVE
- Install Nuxeo 7.10 (tried with HF22)
- Install Drive client (tried with 2.1.1221)
- Server-side: Administrator creates userA
- Server-side: Administrator create userB
- Server-side: UserA creates 2 folders in his personal workspace (folder1 and folder2)
- Server-side: UserA gives Edit permission to userB on folder1
- Server-side: UserA gives Read permission to userB on folder2
- Client-side: UserB synchronizes the data
- Client-side: UserB creates a text file named myFile.txt in folder1 and waits for synchronization to finish
- Server-side: double-check the file has been created
- Client-side: UserB moves myFile.txt from folder1 to folder2
- Client-side: wait for synchronization to finish
Result: there is nothing in the client log stating that folder2 was read-only but the file was actually moved. Server-side myFile.txt remained in folder1 so this is the expected behavior. But client side there were neither a rollback putting back the file in folder1 nor a notification saying that folder2 was read-only.
Expected result: either a notification should pop-up or myFile.txt should be put back in folder1. In both cases there should be something specific in the logs.