From 0a239f6e45569e18fdfeb5e67ecaf698dee62299 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Fri, 24 Oct 2014 15:51:47 +0000 Subject: [PATCH] Updated Flows git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-information-widget@100977 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../td/informationwidget/client/TabularResourceProperties.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 22cdea9..e6af109 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 @@ -337,7 +337,7 @@ public class TabularResourceProperties extends FramedPanel { Log.debug(tabResource.toString()); nameField.setValue(tabResource.getName()); descriptionField.setValue(tabResource.getDescription()); - typeField.setValue(tabResource.getTrId().getTabResourceType().toString()); + typeField.setValue(tabResource.getTabResourceType()); agencyField.setValue(tabResource.getAgency()); dateField.setValue(tabResource.getDate()); tableTypeNameField.setValue(tabResource.getTableTypeName());