Skip to content
Snippets Groups Projects
Commit a15aeb52 authored by pkupczyk's avatar pkupczyk
Browse files

SSDM-583 : Custom Import - add synch/asynch option - do not show a template...

SSDM-583 : Custom Import - add synch/asynch option - do not show a template field if a template is not available

SVN: 32422
parent 33e93b57
No related branches found
No related tags found
No related merge requests found
......@@ -69,6 +69,12 @@ public class CustomImportForm extends AbstractBatchRegistrationForm
}
}
@Override
protected Field<?> createTemplateField()
{
return null;
}
@Override
protected void save()
{
......
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