Minor updated

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-sdmx-export-widget@86577 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-12-04 19:22:58 +00:00 committed by Giancarlo Panichi
parent 1fd0f09356
commit fcb53d19e6
1 changed files with 4 additions and 3 deletions

View File

@ -39,10 +39,11 @@ public class SDMXRegistrySelectionCard extends WizardCard {
public SDMXRegistrySelectionCard(final SDMXExportSession exportSession) {
super("SDMX Registry selection", "");
this.exportSession = exportSession;
thisCard = this;
SDMXRegistrySource sdmxRegistrySource=new SDMXRegistrySource();
exportSession.setSource(sdmxRegistrySource);
this.exportSession = exportSession;
VerticalPanel registrySelectionPanel = new VerticalPanel();
registrySelectionPanel.setStylePrimaryName(res.wizardCSS()
.getImportSelectionSources());