From bb3c8ec059d44be4bdb020fa908ae2aa31c0e5e3 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Wed, 26 Nov 2014 13:47:44 +0000 Subject: [PATCH] Fixed #3149 git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-codelistmapping-import-widget@101703 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../client/TabResourcesSelectionPanel.java | 2 +- templates/changelog.xml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/java/org/gcube/portlets/user/td/codelistmappingimportwidget/client/TabResourcesSelectionPanel.java b/src/main/java/org/gcube/portlets/user/td/codelistmappingimportwidget/client/TabResourcesSelectionPanel.java index 56d974b..3eb551e 100644 --- a/src/main/java/org/gcube/portlets/user/td/codelistmappingimportwidget/client/TabResourcesSelectionPanel.java +++ b/src/main/java/org/gcube/portlets/user/td/codelistmappingimportwidget/client/TabResourcesSelectionPanel.java @@ -76,7 +76,7 @@ public class TabResourcesSelectionPanel extends ContentPanel implements protected static final ColumnConfig ownerColumn = new ColumnConfig( properties.ownerLogin(), 70, "Owner"); protected static final ColumnConfig dateColumn = new ColumnConfig( - properties.date(), 50, "Date"); + properties.date(), 50, "Creation Date"); protected Grid grid; protected ResourceBundle res; diff --git a/templates/changelog.xml b/templates/changelog.xml index 21f1c35..2a996b6 100644 --- a/templates/changelog.xml +++ b/templates/changelog.xml @@ -1,4 +1,8 @@ + + Fixed Creation Date in TabResourcesSelectionPanel [issue #3149] + Fixed Final and Lock Error