Skip to content
Snippets Groups Projects
Commit 9e6409e2 authored by juanf's avatar juanf
Browse files

SSDM-3467 : Making imports context sensitive - server changes

SVN: 38963
parent 817ca5cc
No related branches found
No related tags found
No related merge requests found
......@@ -108,7 +108,7 @@ public class SampleRegisteringDropbox implements IDataSetHandler
NamedInputStream stream =
new NamedInputStream(new FileInputStream(file), file.getName());
BatchSamplesOperation info =
SampleUploadSectionsParser.prepareSamples(sampleType, Arrays.asList(stream),
SampleUploadSectionsParser.prepareSamples(sampleType, null, null, Arrays.asList(stream),
defaultSpaceIdentifierOrNull, sampleCodeGeneratorOrNull, true, null,
BatchOperationKind.REGISTRATION);
logSamplesExtracted(file, info);
......
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