diff --git a/src/main/java/org/gcube/portlets/user/td/informationwidget/client/TabularResourceProperties.java b/src/main/java/org/gcube/portlets/user/td/informationwidget/client/TabularResourceProperties.java index 8e7fa89..e8f35ef 100644 --- a/src/main/java/org/gcube/portlets/user/td/informationwidget/client/TabularResourceProperties.java +++ b/src/main/java/org/gcube/portlets/user/td/informationwidget/client/TabularResourceProperties.java @@ -217,7 +217,7 @@ public class TabularResourceProperties extends FramedPanel { }); } }; - + comboLicences.setWidth(191); comboLicences.setEditable(false); comboLicences.setTypeAhead(false); comboLicences.setTriggerAction(TriggerAction.ALL); @@ -393,7 +393,7 @@ public class TabularResourceProperties extends FramedPanel { } } - comboLicences.getListView().clearSizeCache(); + ownerField.setValue(tabResource.getOwner().getLogin()); validField.setValue(tabResource.isValid());