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 185adae..fb8a812 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 @@ -473,7 +473,8 @@ public class TabularResourceProperties extends FramedPanel { e.printStackTrace(); } } - + + tabResource.setValid(validField.getValue()); tabResource.setFinalized(finalizedField.getValue());