Skip to content
Snippets Groups Projects
Commit a1733176 authored by vkovtun's avatar vkovtun
Browse files

SSDM-13256: Fixed not fetched physical data exception for data set export.

parent 6b19fab0
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
......@@ -76,6 +76,7 @@ public class XLSDataSetExportHelper extends AbstractXLSEntityExportHelper<DataSe
fetchOptions.withProperties();
fetchOptions.withRegistrator();
fetchOptions.withModifier();
fetchOptions.withPhysicalData();
return api.getDataSets(sessionToken, dataSetPermIds, fetchOptions).values();
}
......
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