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 f6c16a375c090975630fe93dd4d77fd2794a510a..6251648520468e664c5af917262d6f5fe726190f 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,7 +275,7 @@ function SampleFormController(mainController, mode, sample) {
 						if(newAnnotations[permId]) { //If existed already maintain it, probably has modifications
 							finalAnnotations[permId] = newAnnotations[permId];
 						} else {
-							annotatedSample["CONTAINED"] =  _this._sampleFormModel.sample.identifier;
+							annotatedSample["CONTAINED"] =  parentsReturned[pIdx].identifier;
 							finalAnnotations[permId] = annotatedSample;
 						}
 					}