Minor updated

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-csv-export-widget@86354 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-11-29 11:28:02 +00:00
parent 7fd317f079
commit 1a557e0c8d
1 changed files with 3 additions and 2 deletions

View File

@ -26,10 +26,11 @@ public class CSVExportWizardTD extends WizardWindow {
exportSession= new CSVExportSession();
CSVExportConfigCard csvExportConfigCard=new CSVExportConfigCard(exportSession);
addCard(csvExportConfigCard);
DestinationSelectionCard destinationSelection= new DestinationSelectionCard(exportSession);
addCard(destinationSelection);
destinationSelection.setup();
}