-
Type: New Feature
-
Status: Resolved
-
Priority: Major
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Nuxeo Drive
-
Tags:
Use case:
- Create a group "GroupA" that includes users "user1" and "user2"
- user2 shares a folder "test" with "GroupA"
- Let it sync for a few minutes
- Add "user3" into "GroupA"
Currently user3's Nuxeo Drive will not receive a rootRegistered event because this event was raised when (2) happened, which was in the past.
But a new sync root will be added to user3's getChangeSummary response. Because Nuxeo Drive does not really look into activeSynchronizationRootDefinitions without the event, it does not sync the new shared folder down.
- duplicates
-
NXP-14830 Removing a user from a group (or deleting the group) for which the Read permission is granted on a folder synchronized for the given user is not detected as a deletion by Drive
- Resolved