Merge remote-tracking branch 'origin/GP-0-dragonmacher-test-fixes-3-27-25'

This commit is contained in:
Ryan Kurtz
2025-03-27 11:03:05 -04:00

View File

@@ -245,6 +245,9 @@ public class OrganizationNode extends SymbolTreeNode {
private void checkForTooManyNodes() {
SymbolTreeRootNode root = (SymbolTreeRootNode) getRoot();
if (root == null) {
return;
}
int reOrgLimit = root.getReorganizeLimit();
if (getChildCount() < reOrgLimit) {
return;