Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-extractcodelist-widget@99537 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-09-05 11:02:34 +00:00
parent 9089bede58
commit a78836a032
1 changed files with 2 additions and 1 deletions

View File

@ -74,7 +74,7 @@ public class ExtractCodelistDetailsCard extends WizardCard {
protected ListLoader<ListLoadConfig, ListLoadResult<LicenceData>> loader;
protected ComboBox<LicenceData> comboLicences;
protected TabResource detail = new TabResource();
protected TabResource detail;
public ExtractCodelistDetailsCard(final ExtractCodelistSession extractCodelistSession) {
@ -281,6 +281,7 @@ public class ExtractCodelistDetailsCard extends WizardCard {
protected void goNext() {
try {
detail= new TabResource();
detail.setName(name.getCurrentValue());
detail.setDescription(description.getCurrentValue());
detail.setRight(rights.getCurrentValue());