From 32f22629eda6899b654a1057305e446f347bb752 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Tue, 26 Nov 2013 11:13:01 +0000 Subject: [PATCH] Minor updated git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-information-widget@86160 82a268e6-3cf1-43bd-a215-b396298e98cf --- pom.xml | 6 +++--- .../informationwidget/client/TabularResourceProperties.java | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 91a9bda..5820534 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ 4.0.0 org.gcube.portlets.user tabular-data-information-widget - 1.0.0-SNAPSHOT + 2.0.0-SNAPSHOT tabular-data-information-widget tabular-data-information-widget allows the recovery of the information relating to a tabular resource @@ -110,14 +110,14 @@ org.gcube.portlets.user tabular-data-gwt-service - [1.0.0-SNAPSHOT,2.0.0-SNAPSHOT) + [2.0.0-SNAPSHOT,3.0.0-SNAPSHOT) org.gcube.portlets.user tabular-data-metadata-widget - 1.0.0-SNAPSHOT + [1.0.0-SNAPSHOT,2.0.0-SNAPSHOT) 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 d9135a4..111f953 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 @@ -129,7 +129,9 @@ public class TabularResourceProperties extends FramedPanel { tableFieldSet.remove(layoutTable); layoutTable.remove(metadataPanel); } - metadataPanel= new MetadataAccordionPanel("Information", tableData.getTrId(), eventBus); + TRId trId=tableData.getTrId(); + + metadataPanel= new MetadataAccordionPanel("Information", trId, eventBus); layoutTable.add(metadataPanel, new VerticalLayoutData(-1, -1)); tableFieldSet.add(layoutTable); }