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 d05c68a..7919c0a 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 @@ -170,7 +170,7 @@ public class TabularResourceProperties extends FramedPanel { dateField = new TextField(); dateField.setReadOnly(true); dateField.setValue(""); - layoutTabularResource.add(new FieldLabel(dateField, "Date"), + layoutTabularResource.add(new FieldLabel(dateField, "Creation Date"), new VerticalLayoutData(1, -1)); tableTypeNameField = new TextField(); diff --git a/templates/changelog.xml b/templates/changelog.xml index 171d406..677a11a 100644 --- a/templates/changelog.xml +++ b/templates/changelog.xml @@ -1,4 +1,7 @@ + + Fixed Creation Date in TabResourcesProperties [issue #3149] + Added Multi Tab Management Added Resources Button