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