Added Licences
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-csv-import-widget@99415 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
bfa092d0e4
commit
9e3ae25ed1
|
@ -73,9 +73,8 @@ public class CSVTableDetailCard extends WizardCard {
|
|||
|
||||
protected TabResource detail = new TabResource();
|
||||
|
||||
private ListLoader<ListLoadConfig, ListLoadResult<LicenceData>> loader;
|
||||
|
||||
private ComboBox<LicenceData> comboLicences;
|
||||
protected ListLoader<ListLoadConfig, ListLoadResult<LicenceData>> loader;
|
||||
protected ComboBox<LicenceData> comboLicences;
|
||||
|
||||
public CSVTableDetailCard(final CSVImportSession importSession) {
|
||||
super("Tabular Resource Detail", "");
|
||||
|
@ -172,7 +171,11 @@ public class CSVTableDetailCard extends WizardCard {
|
|||
Log.trace("Combo Licence created");
|
||||
|
||||
// /
|
||||
p.add(new FieldLabel(comboLicences, "Licence"),
|
||||
new VerticalLayoutData(1, -1));
|
||||
|
||||
|
||||
|
||||
tableDetailPanel.add(form);
|
||||
|
||||
setContent(tableDetailPanel);
|
||||
|
|
Loading…
Reference in New Issue