Skip to content
Snippets Groups Projects
Commit bb840f8d authored by mathias.chouet's avatar mathias.chouet
Browse files

Modules diagram: fix bug in solveur target connection

parent 8a78b764
No related branches found
No related tags found
No related merge requests found
......@@ -208,7 +208,7 @@ export class ModulesDiagramComponent implements AfterContentInit, AfterViewCheck
def.push(ntc.uid + "-->|" + reads + ":" + ntc.calculatedParam.symbol + "|" + nub.uid);
}
if (sp !== undefined) {
def.push(nub.uid + "-->|" + finds + ":" + sp.symbol + "|" + sp.uid);
def.push(nub.uid + "-->|" + finds + ":" + sp.symbol + "|" + sp.parentNub.uid);
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment