Skip to content
Snippets Groups Projects
Commit 01bbdf6e authored by jakubs's avatar jakubs
Browse files

SOB-114 BIS-373 SP-572 Improve performance of plate view

SVN: 28676
parent 32c57944
No related branches found
No related tags found
No related merge requests found
...@@ -430,7 +430,7 @@ public class PlateContentLoader ...@@ -430,7 +430,7 @@ public class PlateContentLoader
protected static List<DataPE> loadDatasets(TechId plateId, IDataSetTable dataSetTable) protected static List<DataPE> loadDatasets(TechId plateId, IDataSetTable dataSetTable)
{ {
dataSetTable.loadBySampleTechId(plateId); dataSetTable.loadBySampleTechIdWithoutRelationships(plateId);
return dataSetTable.getDataSets(); return dataSetTable.getDataSets();
} }
......
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