Skip to content
Snippets Groups Projects
Commit 522b9a23 authored by gakin's avatar gakin
Browse files

SSDM-4318: OpenbisSync setDataStoreCode when creating ds objects.

SVN: 37269
parent 75317e75
No related branches found
No related tags found
No related merge requests found
......@@ -284,7 +284,7 @@ public class ResourceListParser
ds = new NewContainerDataSet();
ds.setCode(code);
ds.setDataSetType(new DataSetType(type));
// ds.setDataStoreCode("STANDARD");
ds.setDataStoreCode("DSS1");
if (sample.trim().equals("") == false)
{
ds.setSampleIdentifierOrNull(getSampleIdentifier(sample));
......@@ -298,7 +298,7 @@ public class ResourceListParser
{
ds.setCode(code);
ds.setDataSetType(new DataSetType(type));
// ds.setDataStoreCode("STANDARD");
ds.setDataStoreCode("DSS1");
if (sample.trim().equals("") == false)
{
ds.setSampleIdentifierOrNull(getSampleIdentifier(sample));
......
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