Fixed issue #3149
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-unionwizard-widget@101708 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
8f9b13a9a6
commit
1c6a32f77e
|
@ -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;
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
<ReleaseNotes>
|
||||
<Changeset component="${groupId}.${artifactId}.1-1-1"
|
||||
date="next">
|
||||
<Change>Fixed Creation Date in TabResourcesSelectionPanel [issue #3149]</Change>
|
||||
</Changeset>
|
||||
<Changeset component="${groupId}.${artifactId}.1-1-0"
|
||||
date="2014-10-31">
|
||||
<Change>Added flows</Change>
|
||||
|
|
Loading…
Reference in New Issue