From de85d38fe825d36d0ae8c7478117c3334b3a6e57 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Fri, 24 Oct 2014 08:44:38 +0000 Subject: [PATCH] Updated TRId git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widget-common-event@100947 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../gcube/portlets/user/td/widgetcommonevent/shared/TRId.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/gcube/portlets/user/td/widgetcommonevent/shared/TRId.java b/src/main/java/org/gcube/portlets/user/td/widgetcommonevent/shared/TRId.java index 22f1489..1b5b300 100644 --- a/src/main/java/org/gcube/portlets/user/td/widgetcommonevent/shared/TRId.java +++ b/src/main/java/org/gcube/portlets/user/td/widgetcommonevent/shared/TRId.java @@ -69,7 +69,7 @@ public class TRId implements Serializable { public TRId(String id, TabResourceType tabResourceType, String tableId) { this.id = id; - tabResourceType=null; + this.tabResourceType=tabResourceType; tableTypeName = null; this.tableId = tableId; tableType = null;