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

openBIS Bug bugfix

SVN: 34479
parent 3fe3e8fd
No related branches found
No related tags found
No related merge requests found
...@@ -187,7 +187,7 @@ def updateDataSet(tr, parameters, tableBuilder): ...@@ -187,7 +187,7 @@ def updateDataSet(tr, parameters, tableBuilder):
metadata = parameters.get("metadata"); #java.util.LinkedHashMap<String, String> where the key is the name metadata = parameters.get("metadata"); #java.util.LinkedHashMap<String, String> where the key is the name
dataSet = tr.getDataSetForUpdate(dataSetCode); dataSet = tr.getDataSetForUpdate(dataSetCode);
#Hack - Fix Sample Lost bug from openBIS, remove when SSDM-1979 is fix #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 #sampleIdentifier = parameters.get("sampleIdentifier"); #String
#dataSetSample = getSampleByIdentifierForUpdate(tr, sampleIdentifier); #dataSetSample = getSampleByIdentifierForUpdate(tr, sampleIdentifier);
#dataSet.setSample(dataSetSample); #dataSet.setSample(dataSetSample);
......
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