Do not load subnodes in addNode(). The subnode list is created a few lines later anyway, and using a faux list shouldn't affect relational collections.
This commit is contained in:
parent
17047f9cfc
commit
9323574f0f
1 changed files with 0 additions and 2 deletions
|
@ -762,8 +762,6 @@ public final class Node implements INode {
|
|||
node.markAs(MODIFIED);
|
||||
}
|
||||
|
||||
loadNodes();
|
||||
|
||||
// check if this node has a group-by subnode-relation
|
||||
Node groupbyNode = getGroupbySubnode(node, true);
|
||||
if (groupbyNode != null) {
|
||||
|
|
Loading…
Add table
Reference in a new issue