Skip to content

Commit

Permalink
Merge pull request #4472 from node-red/fix-nested-groups-in-subflow
Browse files Browse the repository at this point in the history
Ensure nested groups inside subflows have their g props remapped
  • Loading branch information
knolleary committed Dec 7, 2023
2 parents f3dd577 + 2963f3f commit 6d2a870
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ class Subflow extends Flow {

remapSubflowNodes(subflowInternalFlowConfig.configs,node_map);
remapSubflowNodes(subflowInternalFlowConfig.nodes,node_map);
remapSubflowNodes(subflowInternalFlowConfig.groups,node_map);

// console.log("Instance config\n",JSON.stringify(subflowInternalFlowConfig,"",2));

Expand Down

0 comments on commit 6d2a870

Please sign in to comment.