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

SP-357, BIS-242: bug fixed: Sample modifier and modification date not updated.

SVN: 27504
parent 5297eae5
No related branches found
No related tags found
No related merge requests found
......@@ -222,7 +222,7 @@ public class DataBO extends AbstractDataSetBusinessObject implements IDataBO
final ExperimentPE experiment = sample.getExperiment();
data.setSample(sample);
RelationshipUtils.setSampleForDataSet(data, sample, session);
RelationshipUtils.setExperimentForDataSet(data, experiment, session);
setParentDataSets(experiment, newData);
......
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