diff --git a/src/main/java/org/gcube/portlets/user/td/csvimportwidget/client/CSVTableDetailCard.java b/src/main/java/org/gcube/portlets/user/td/csvimportwidget/client/CSVTableDetailCard.java index b8648ec..20e689d 100644 --- a/src/main/java/org/gcube/portlets/user/td/csvimportwidget/client/CSVTableDetailCard.java +++ b/src/main/java/org/gcube/portlets/user/td/csvimportwidget/client/CSVTableDetailCard.java @@ -73,9 +73,8 @@ public class CSVTableDetailCard extends WizardCard { protected TabResource detail = new TabResource(); - private ListLoader> loader; - - private ComboBox comboLicences; + protected ListLoader> loader; + protected ComboBox 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);