Skip to content
Snippets Groups Projects
Commit 6e2463ce authored by jakubs's avatar jakubs
Browse files

SP-205 BIS-128 improve the comment

SVN: 26221
parent 22f4e69e
No related branches found
No related tags found
No related merge requests found
......@@ -362,8 +362,9 @@ public class ExperimentDAO extends AbstractGenericEntityWithPropertiesDAO<Experi
scheduleDynamicPropertiesEvaluation(Collections.singletonList(experiment));
// BIS-128: with scheduling dynamic properties evaluation we assure that the sample index is
// reindexed.
// Moving the experiment to other space affects the index data of attached samples, and also
// might affect dynamic properties of attached samples.
// Thus we trigger here dynamic properties evaluation, that in turn triggers reindexing.
scheduleDynamicPropertiesEvaluation(getDynamicPropertyEvaluatorScheduler(), SamplePE.class,
experiment.getSamples());
}
......
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