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:
parent
9089bede58
commit
a78836a032
|
@ -74,7 +74,7 @@ public class ExtractCodelistDetailsCard extends WizardCard {
|
||||||
protected ListLoader<ListLoadConfig, ListLoadResult<LicenceData>> loader;
|
protected ListLoader<ListLoadConfig, ListLoadResult<LicenceData>> loader;
|
||||||
protected ComboBox<LicenceData> comboLicences;
|
protected ComboBox<LicenceData> comboLicences;
|
||||||
|
|
||||||
protected TabResource detail = new TabResource();
|
protected TabResource detail;
|
||||||
|
|
||||||
|
|
||||||
public ExtractCodelistDetailsCard(final ExtractCodelistSession extractCodelistSession) {
|
public ExtractCodelistDetailsCard(final ExtractCodelistSession extractCodelistSession) {
|
||||||
|
@ -281,6 +281,7 @@ public class ExtractCodelistDetailsCard extends WizardCard {
|
||||||
|
|
||||||
protected void goNext() {
|
protected void goNext() {
|
||||||
try {
|
try {
|
||||||
|
detail= new TabResource();
|
||||||
detail.setName(name.getCurrentValue());
|
detail.setName(name.getCurrentValue());
|
||||||
detail.setDescription(description.getCurrentValue());
|
detail.setDescription(description.getCurrentValue());
|
||||||
detail.setRight(rights.getCurrentValue());
|
detail.setRight(rights.getCurrentValue());
|
||||||
|
|
Loading…
Reference in New Issue