-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 8.10-HF18, 9.3
-
Component/s: Nuxeo Drive
-
Tags:
-
Sprint:nxfit 10.3.5
-
Story Points:1
Since NXP-22032, we check that parent can be adapted before adapting the child.
Unfortunately continue statement is not in the right condition part.
if (parent == null) { if (log.isDebugEnabled()) { log.debug(String.format("Cannot adapt parent document of %s as a FileSystemItem, skipping descendant document", doc.getPathAsString())); continue; } }
This causes DefaultFileSystemItemFactoryFixture.testScrollDescendantsWithBlockedInheritance to fail if logger level is more specific than DEBUG.