Skip to content
Snippets Groups Projects
Commit b95c8ece authored by felmer's avatar felmer
Browse files

SSDM-4187: DataSet.setSample(): bug fixed

SVN: 37535
parent eb5a2b54
No related branches found
No related tags found
No related merge requests found
...@@ -164,6 +164,7 @@ public class DataSet<T extends DataSetInformation> extends AbstractDataSetImmuta ...@@ -164,6 +164,7 @@ public class DataSet<T extends DataSetInformation> extends AbstractDataSetImmuta
SampleImmutable sample = (SampleImmutable) sampleOrNull; SampleImmutable sample = (SampleImmutable) sampleOrNull;
Sample sampleDTO = sample.getSample(); Sample sampleDTO = sample.getSample();
dataSetInformation.setSample(sampleDTO);
dataSetInformation.setSampleIdentifier(sampleDTO.getIdentifier()); dataSetInformation.setSampleIdentifier(sampleDTO.getIdentifier());
if (sampleDTO.getExperiment() != null) if (sampleDTO.getExperiment() != null)
......
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