From 847a16d3d587f79868b80e94317cfcee1b07ebbc Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Thu, 30 Oct 2014 11:29:39 +0000 Subject: [PATCH] Minor update git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widget-common-event@101209 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../gcube/portlets/user/td/widgetcommonevent/shared/TRId.java | 2 ++ 1 file changed, 2 insertions(+) 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 9f7b29d..87044e0 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 @@ -88,6 +88,7 @@ public class TRId implements Serializable { public TRId(String id, TabResourceType tabResourceType, String tableTypeName, String tableId, String tableType) { this.id = id; + this.tabResourceType = tabResourceType; this.tableTypeName = tableTypeName; this.tableId = tableId; this.tableType = tableType; @@ -99,6 +100,7 @@ public class TRId implements Serializable { String tableTypeName, String tableId, String tableType, String referenceTargetTableId, boolean viewTable) { this.id = id; + this.tabResourceType = tabResourceType; this.tableTypeName = tableTypeName; this.tableId = tableId; this.tableType = tableType;