From 6cd52f0ad5f452c1a2f81732bc36e0cbc570b280 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Mon, 27 Jan 2014 17:29:04 +0000 Subject: [PATCH] Minor Update git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-information-widget@90594 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../td/informationwidget/client/TabularResourceProperties.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/org/gcube/portlets/user/td/informationwidget/client/TabularResourceProperties.java b/src/main/java/org/gcube/portlets/user/td/informationwidget/client/TabularResourceProperties.java index 583e266..a207bb6 100644 --- a/src/main/java/org/gcube/portlets/user/td/informationwidget/client/TabularResourceProperties.java +++ b/src/main/java/org/gcube/portlets/user/td/informationwidget/client/TabularResourceProperties.java @@ -101,6 +101,7 @@ public class TabularResourceProperties extends FramedPanel { } protected void updateTabularResource(TabResource tabResource) { + Log.debug(tabResource.toString()); nameField.setValue(tabResource.getName()); descriptionField.setValue(tabResource.getDescription()); agencyField.setValue(tabResource.getAgency());