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;