Skip to content
Snippets Groups Projects
Commit 5c5620a1 authored by tpylak's avatar tpylak
Browse files

fix screening library registration

SVN: 17380
parent f73a9634
No related branches found
No related tags found
No related merge requests found
...@@ -770,7 +770,7 @@ public class ETLService extends AbstractCommonServer<IETLService> implements IET ...@@ -770,7 +770,7 @@ public class ETLService extends AbstractCommonServer<IETLService> implements IET
container.getGroup() != null ? ("/" + container.getGroup().getCode() + "/") container.getGroup() != null ? ("/" + container.getGroup().getCode() + "/")
: "/"; : "/";
newSamples.add(NewSample.createWithParent(groupPrefix + code, SampleTypeTranslator newSamples.add(NewSample.createWithParent(groupPrefix + code, SampleTypeTranslator
.translate(sampleTypePE, null), null, container.getIdentifier())); .translate(sampleTypePE, null), container.getIdentifier(), null));
} }
getSampleTypeSlaveServerPlugin(sampleTypePE).registerSamples(session, newSamples); getSampleTypeSlaveServerPlugin(sampleTypePE).registerSamples(session, newSamples);
} }
......
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