Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-csv-import-widget@99535 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-09-05 11:02:01 +00:00
parent add4cd70a1
commit 30203ab536
1 changed files with 2 additions and 1 deletions

View File

@ -72,7 +72,7 @@ public class CSVTableDetailCard extends WizardCard {
protected DateField validFrom;
protected DateField validUntilTo;
protected TabResource detail = new TabResource();
protected TabResource detail;
protected ListLoader<ListLoadConfig, ListLoadResult<LicenceData>> loader;
protected ComboBox<LicenceData> comboLicences;
@ -291,6 +291,7 @@ public class CSVTableDetailCard extends WizardCard {
protected void goNext() {
try {
detail= new TabResource();
detail.setName(name.getCurrentValue());
detail.setDescription(description.getCurrentValue());
detail.setRight(rights.getCurrentValue());