Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-sdmx-import-widget@99540 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-09-05 11:03:56 +00:00 committed by Giancarlo Panichi
parent 4a7457f899
commit cdbbe00f22
1 changed files with 2 additions and 1 deletions

View File

@ -82,7 +82,7 @@ public class SDMXTableDetailCard extends WizardCard {
protected ComboBox<LicenceData> comboLicences;
TabResource detail = new TabResource();
TabResource detail;
public SDMXTableDetailCard(final SDMXImportSession importSession) {
super("SDMX Table Detail", "");
@ -318,6 +318,7 @@ public class SDMXTableDetailCard extends WizardCard {
protected void goNext() {
try {
detail= new TabResource();
detail.setName(name.getCurrentValue());
detail.setAgency(agencyName.getCurrentValue());
detail.setDescription(description.getCurrentValue());