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

SSDM-4599 : Avoid to modify children without changes, people can now update...

SSDM-4599 : Avoid to modify children without changes, people can now update samples with children in spaces where they don't have rights.

SVN: 37657
parent f09dc1b0
No related branches found
No related tags found
No related merge requests found
......@@ -270,6 +270,7 @@ function SampleFormController(mainController, mode, sample) {
if(!linkParentsOnCopy) {
parameters["sampleParents"] = [];
}
parameters["sampleChildren"] = sampleChildrenFinal;
if(!copyChildrenOnCopy) {
parameters["sampleChildren"] = [];
} else if(profile.storagesConfiguration["isEnabled"]) {
......
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