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;