Skip to content
Snippets Groups Projects
Commit bd8318af authored by juanf's avatar juanf
Browse files

SSDM-1615 : Copy Parents working on the ELN (Bugfix).

SVN: 33747
parent 659a2c65
No related branches found
No related tags found
No related merge requests found
...@@ -275,9 +275,9 @@ function SampleFormController(mainController, mode, sample) { ...@@ -275,9 +275,9 @@ function SampleFormController(mainController, mode, sample) {
if(newAnnotations[permId]) { //If existed already maintain it, probably has modifications if(newAnnotations[permId]) { //If existed already maintain it, probably has modifications
finalAnnotations[permId] = newAnnotations[permId]; finalAnnotations[permId] = newAnnotations[permId];
} else { } else {
annotatedSample["CONTAINED"] = parentsReturned[pIdx].identifier;
finalAnnotations[permId] = annotatedSample; finalAnnotations[permId] = annotatedSample;
} }
finalAnnotations[permId]["CONTAINED"] = parentsReturned[pIdx].identifier;
} }
} }
} }
......
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