Minor Update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-information-widget@94968 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
7981ddcbc3
commit
56ab9f629b
|
@ -212,7 +212,7 @@ public class TabularResourceProperties extends FramedPanel {
|
|||
|
||||
public void onSuccess(TabResource result) {
|
||||
updateTabularResource(result);
|
||||
Log.info("Retrived TR:" + result.getId());
|
||||
Log.info("Retrived TR: " + result.getTrId());
|
||||
getLastTable(result.getTrId());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue