Skip to content

Commit

Permalink
WEG-117 Fix directory patching
Browse files Browse the repository at this point in the history
  • Loading branch information
SandraMonnier committed Jan 20, 2025
1 parent 1b6c591 commit a39f65f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public void postUpdate(IMergeable entity, Object ref, Object identifier) {
logger.error("Failed to set data: {}", file);
}
}
} else if (entity instanceof DetachedFileDescriptor) {
} else if (entity instanceof DetachedDirectoryDescriptor) {
DetachedDirectoryDescriptor file = (DetachedDirectoryDescriptor) entity;
DirectoryDescriptor jcrDirectory = file.getJcrDirectory();
if (jcrDirectory != null) {
Expand Down

0 comments on commit a39f65f

Please sign in to comment.