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:
hns 2009-11-18 14:21:00 +00:00
parent 17047f9cfc
commit 9323574f0f

View file

@ -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) {