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:
parent
2348f63216
commit
4abea8168c
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue