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

SSDM-4754 : Bugfix from testing.

SVN: 37785
parent eebd5ba9
No related branches found
No related tags found
No related merge requests found
...@@ -270,9 +270,11 @@ function SampleFormController(mainController, mode, sample) { ...@@ -270,9 +270,11 @@ function SampleFormController(mainController, mode, sample) {
delete parameters["sampleProperties"]["XMLCOMMENTS"]; delete parameters["sampleProperties"]["XMLCOMMENTS"];
} }
parameters["sampleParents"] = sampleParentsFinal;
if(!linkParentsOnCopy) { if(!linkParentsOnCopy) {
parameters["sampleParents"] = []; parameters["sampleParents"] = [];
} }
parameters["sampleChildren"] = sampleChildrenFinal; parameters["sampleChildren"] = sampleChildrenFinal;
if(!copyChildrenOnCopy) { if(!copyChildrenOnCopy) {
parameters["sampleChildren"] = []; parameters["sampleChildren"] = [];
......
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