Skip to content
Snippets Groups Projects
Commit 80a37211 authored by buczekp's avatar buczekp
Browse files

[LMS-2442] FIXME added

SVN: 22472
parent 7e284878
No related branches found
No related tags found
No related merge requests found
...@@ -813,6 +813,7 @@ public class ETLService extends AbstractCommonServer<IETLLIMSService> implements ...@@ -813,6 +813,7 @@ public class ETLService extends AbstractCommonServer<IETLLIMSService> implements
public List<DataSetShareId> listShareIds(String sessionToken, String dataStore) public List<DataSetShareId> listShareIds(String sessionToken, String dataStore)
throws UserFailureException throws UserFailureException
{ {
// FIXME trashed data sets are not listed
List<ExternalData> dataSets = loadDataSets(sessionToken, dataStore); List<ExternalData> dataSets = loadDataSets(sessionToken, dataStore);
ArrayList<DataSetShareId> shareIds = new ArrayList<DataSetShareId>(); ArrayList<DataSetShareId> shareIds = new ArrayList<DataSetShareId>();
for (ExternalData dataSet : dataSets) for (ExternalData dataSet : dataSets)
......
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