-
Type: Bug
-
Status: Resolved
-
Priority: Blocker
-
Resolution: Fixed
-
Affects Version/s: 6.0
-
Component/s: Nuxeo Drive
In AbstractDocumentBackedFileSystemItem#handleCollectionMember:
while (docCollections.iterator().hasNext() && parent == null) { collection = docCollections.iterator().next(); parent = getFileSystemItemAdapterService().getFileSystemItem( collection, false, relaxSyncRootConstraint); }
Iterator must be fetched only once!
- depends on
-
NXP-15062 Adapt locally edited files (and more generally collection members) as FileSystemItem for Drive to synchronize them
- Resolved