Skip to content

Commit

Permalink
0005427: Creating a Parameter That, Upon Registration, Will
Browse files Browse the repository at this point in the history
Automatically Create A Group Link Between Nodes if None Exist
  • Loading branch information
catherinequamme committed Aug 31, 2022
1 parent 3195637 commit c3245e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Expand Up @@ -178,6 +178,7 @@ public void saveNodeGroupLink(NodeGroupLink link) {
link.getLastUpdateTime(),
link.getLastUpdateBy(), link.getCreateTime());
}
clearCache();
}

public void renameNodeGroupLink(String oldSourceId, String oldTargetId, NodeGroupLink link) {
Expand Down
Expand Up @@ -257,8 +257,6 @@ protected Node processRegistration(Node nodePriorToRegistration, String remoteHo
router.setRouterId(router.createDefaultName());
triggerRouterService.saveRouter(router);
}
configurationService.clearCache();
triggerRouterService.clearCache();
}
// TODO: since we send sym_node in registration batch, save this record with source_node_id = node_id
foundNode.setSyncEnabled(true);
Expand Down

0 comments on commit c3245e1

Please sign in to comment.