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@146468 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
4abea8168c
commit
ec7c7298c8
|
@ -81,7 +81,7 @@ public class DataMinerWidget {
|
||||||
}
|
}
|
||||||
|
|
||||||
protected void createTableInfo(TabResource tabResource) {
|
protected void createTableInfo(TabResource tabResource) {
|
||||||
id = tabResource.getTrId().getId();
|
id = tabResource.getTrId().getTableId();
|
||||||
name = tabResource.getName();
|
name = tabResource.getName();
|
||||||
description = tabResource.getDescription();
|
description = tabResource.getDescription();
|
||||||
type = tabResource.getTableTypeName();
|
type = tabResource.getTableTypeName();
|
||||||
|
|
Loading…
Reference in New Issue