first version with ws-threddds sync ready

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace-tree-widget@164735 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2018-03-05 14:45:25 +00:00
parent 1025ff6147
commit 8a39fd33b3
1 changed files with 3 additions and 4 deletions

View File

@ -194,6 +194,8 @@ public class AppControllerExplorer implements EventHandler, TreeAppControllerInt
private UserStore userStore = new UserStore();
private static AppControllerExplorer singleton;
private WsThreddsWidget wsThreddsWidget = new WsThreddsWidget();
/**
* Instantiates a new app controller explorer.
*/
@ -281,12 +283,9 @@ public class AppControllerExplorer implements EventHandler, TreeAppControllerInt
if(folder!=null){
WsThreddsWidget myWidget = new WsThreddsWidget();
WsFolder wsFolder = new WsFolder(folder.getIdentifier(), folder.getName());
try {
myWidget.showSyncFolderInfo(wsFolder);
wsThreddsWidget.showSyncFolderInfo(wsFolder);
} catch (Exception e) {
Window.alert(e.getMessage());
}