diff --git a/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/views/SampleForm/SampleFormController.js b/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/views/SampleForm/SampleFormController.js index 6251648520468e664c5af917262d6f5fe726190f..2a7911f99317fbae223d2189fc4252baca6ed44d 100644 --- a/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/views/SampleForm/SampleFormController.js +++ b/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/views/SampleForm/SampleFormController.js @@ -275,9 +275,9 @@ function SampleFormController(mainController, mode, sample) { if(newAnnotations[permId]) { //If existed already maintain it, probably has modifications finalAnnotations[permId] = newAnnotations[permId]; } else { - annotatedSample["CONTAINED"] = parentsReturned[pIdx].identifier; finalAnnotations[permId] = annotatedSample; } + finalAnnotations[permId]["CONTAINED"] = parentsReturned[pIdx].identifier; } } }