git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-replacebyexternal-widget@101706 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-11-26 13:48:21 +00:00 committed by Giancarlo Panichi
parent 8f961871ab
commit 892ffffcf1
2 changed files with 6 additions and 3 deletions

View File

@ -75,7 +75,7 @@ public class TabResourcesSelectionPanel extends ContentPanel implements
protected static final ColumnConfig<TabResource, String> ownerColumn = new ColumnConfig<TabResource, String>(
properties.ownerLogin(), 70, "Owner");
protected static final ColumnConfig<TabResource, String> dateColumn = new ColumnConfig<TabResource, String>(
properties.date(), 50, "Date");
properties.date(), 50, "Creation Date");
protected Grid<TabResource> grid;
protected ResourceBundle res;

View File

@ -1,6 +1,9 @@
<ReleaseNotes>
<Changeset component="${groupId}.${artifactId}.1-0-0"
date="2014-10-31">
<Changeset component="${groupId}.${artifactId}.1-0-1" date="next">
<Change>Fixed Creation Date in TabResourcesSelectionPanel [issue #3149]
</Change>
</Changeset>
<Changeset component="${groupId}.${artifactId}.1-0-0" date="2014-10-31">
<Change>First Release</Change>
</Changeset>
</ReleaseNotes>