ref 6078:TDM - Create a new widget to support operations's invocation on DataMiner

https://support.d4science.org/issues/6078

Updated to support DataMiner

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-statistical-widget@146293 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2017-03-23 14:16:52 +00:00 committed by Giancarlo Panichi
parent 2348f63216
commit 4abea8168c
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ public class DataMinerWidget {
}
protected void createTableInfo(TabResource tabResource) {
id = tabResource.getTrId().getTableId();
id = tabResource.getTrId().getId();
name = tabResource.getName();
description = tabResource.getDescription();
type = tabResource.getTableTypeName();