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:
parent
4a7457f899
commit
cdbbe00f22
|
@ -82,7 +82,7 @@ public class SDMXTableDetailCard extends WizardCard {
|
||||||
protected ComboBox<LicenceData> comboLicences;
|
protected ComboBox<LicenceData> comboLicences;
|
||||||
|
|
||||||
|
|
||||||
TabResource detail = new TabResource();
|
TabResource detail;
|
||||||
|
|
||||||
public SDMXTableDetailCard(final SDMXImportSession importSession) {
|
public SDMXTableDetailCard(final SDMXImportSession importSession) {
|
||||||
super("SDMX Table Detail", "");
|
super("SDMX Table Detail", "");
|
||||||
|
@ -318,6 +318,7 @@ public class SDMXTableDetailCard extends WizardCard {
|
||||||
|
|
||||||
protected void goNext() {
|
protected void goNext() {
|
||||||
try {
|
try {
|
||||||
|
detail= new TabResource();
|
||||||
detail.setName(name.getCurrentValue());
|
detail.setName(name.getCurrentValue());
|
||||||
detail.setAgency(agencyName.getCurrentValue());
|
detail.setAgency(agencyName.getCurrentValue());
|
||||||
detail.setDescription(description.getCurrentValue());
|
detail.setDescription(description.getCurrentValue());
|
||||||
|
|
Loading…
Reference in New Issue