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

SP-702, BIS-416: Bug fixed: data set properties had been empty and therefore...

SP-702, BIS-416: Bug fixed: data set properties had been empty and therefore the new feature didn't worked.

SVN: 29419
parent 15cc3d77
No related branches found
No related tags found
No related merge requests found
......@@ -233,6 +233,7 @@ public class LogicalImageLoader
private AbstractExternalData translate(DataPE dataSet)
{
HibernateUtils.initialize(dataSet.getProperties());
return DataSetTranslator.translate(dataSet, session.getBaseIndexURL(), null,
managedPropertyEvaluatorFactory);
}
......
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