Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-codelistmapping-import-widget@96705 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-06-04 17:48:30 +00:00
parent 7bc6b97d25
commit e9c54f112f
1 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,7 @@ import org.gcube.portlets.user.td.gwtservice.shared.codelisthelper.CodelistMappi
import org.gcube.portlets.user.td.widgetcommonevent.shared.TRId;
import org.gcube.portlets.user.td.wizardwidget.client.WizardWindow;
import com.allen_sauer.gwt.log.client.Log;
import com.google.web.bindery.event.shared.EventBus;
/**
@ -22,8 +23,9 @@ public class CodelistMappingImportWizardTD extends WizardWindow {
public CodelistMappingImportWizardTD(TRId trId, String title, EventBus eventBus) {
super(title,eventBus);
Log.debug("CodelistMappingImportWizardTD: "+trId);
codelistMappingSession= new CodelistMappingSession();
codelistMappingSession.setTrId(trId);
SourceSelectionCard sourceSelection= new SourceSelectionCard(codelistMappingSession);
addCard(sourceSelection);