REQ-3540: misc
This commit is contained in:
parent
0b1ee671bc
commit
80ce7ac4aa
@ -46,7 +46,7 @@ public class ConnectNodeVisitor extends ValueNodeRecursiveVisitor<IndexNode> {
|
||||
continue;
|
||||
}
|
||||
// IMPORTANT: append REVERSED parent path but not parent id, because:
|
||||
// 1. We're walking the tree up
|
||||
// 1. We're walking up the tree
|
||||
// 2. The dest parent node may not be the tree root
|
||||
if (destParentNode != null)
|
||||
path = path.append(destParentNode.path().reverse());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user