From 42aba812e70f3386bb1f90d38188a8fcf1b7a911 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Thu, 2 Feb 2017 08:49:25 +0000 Subject: [PATCH] refs 5870: TDM - adding new functionalities to portlets Task-Url: https://support.d4science.org/issues/5870 Updated to support SDMX Dataset export git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@142040 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../java/org/gcube/portlets/user/td/client/logs/TDMLogs.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/gcube/portlets/user/td/client/logs/TDMLogs.java b/src/main/java/org/gcube/portlets/user/td/client/logs/TDMLogs.java index 319096d..3d250bb 100644 --- a/src/main/java/org/gcube/portlets/user/td/client/logs/TDMLogs.java +++ b/src/main/java/org/gcube/portlets/user/td/client/logs/TDMLogs.java @@ -2,10 +2,10 @@ package org.gcube.portlets.user.td.client.logs; import org.gcube.portal.clientcontext.client.GCubeClientContext; import org.gcube.portlets.user.td.client.resource.TabularDataResources; +import org.gcube.portlets.user.td.gwtservice.shared.Constants; import org.gcube.portlets.user.td.informationwidget.client.util.UtilsGXT3; import org.gcube.portlets.user.td.widgetcommonevent.client.event.SessionExpiredEvent; import org.gcube.portlets.user.td.widgetcommonevent.client.type.SessionExpiredType; -import org.gcube.portlets.user.tdwx.shared.Constants; import com.allen_sauer.gwt.log.client.Log; import com.google.gwt.core.client.GWT;