}
}
if (node != null) {
// open the node, this will force a fetch of child data if necessary
theTree.openFolder(node);
// special case code to handle a "deployments" path. the path structure does not mirror the
// tree structure, so we may have to manually force the "destinations" folder to open, and
// then its children (deployment nodes)
if (key.endsWith("deployments")) {