From eecd7d5722a65e2a2b9fe1125d01f940db52c0b2 Mon Sep 17 00:00:00 2001 From: juanf <juanf> Date: Mon, 17 Aug 2015 14:27:05 +0000 Subject: [PATCH] openBIS Bug bugfix SVN: 34479 --- .../eln-lims/1/dss/reporting-plugins/newbrowserapi/script.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plasmid/source/core-plugins/eln-lims/1/dss/reporting-plugins/newbrowserapi/script.py b/plasmid/source/core-plugins/eln-lims/1/dss/reporting-plugins/newbrowserapi/script.py index 2b7a020d67a..7e0589f2ac9 100644 --- a/plasmid/source/core-plugins/eln-lims/1/dss/reporting-plugins/newbrowserapi/script.py +++ b/plasmid/source/core-plugins/eln-lims/1/dss/reporting-plugins/newbrowserapi/script.py @@ -187,7 +187,7 @@ def updateDataSet(tr, parameters, tableBuilder): metadata = parameters.get("metadata"); #java.util.LinkedHashMap<String, String> where the key is the name dataSet = tr.getDataSetForUpdate(dataSetCode); #Hack - Fix Sample Lost bug from openBIS, remove when SSDM-1979 is fix - #In new openBIS versions if you set the already existing sample when doing a dataset update is deleted + #Found in S211: In new openBIS versions if you set the already existing sample when doing a dataset update is deleted #sampleIdentifier = parameters.get("sampleIdentifier"); #String #dataSetSample = getSampleByIdentifierForUpdate(tr, sampleIdentifier); #dataSet.setSample(dataSetSample); -- GitLab