Skip to content

Commit

Permalink
0005799: 3 tier deployment, 3rd tier does not get top level tier
Browse files Browse the repository at this point in the history
sym_node* tables
  • Loading branch information
Philip Marzullo committed Apr 18, 2023
1 parent daae16a commit 638934c
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -379,6 +379,8 @@ private boolean isLinked(String nodeIdInQuestion, Node nodeThatCouldBeRoutedTo,
.getNodeId())) {
// always route changes to parent nodes
return true;
} else if (networkedNodeInQuestion.isInChildHierarchy(nodeThatCouldBeRoutedTo.getNodeId())) {
return true;
}
String createdAtNodeId = networkedNodeInQuestion.getNode().getCreatedAtNodeId();
if (createdAtNodeId != null
Expand Down

0 comments on commit 638934c

Please sign in to comment.