removed comments
git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace-tree-widget@81425 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
6f87d3c50a
commit
481a2e0c5f
|
@ -699,7 +699,8 @@ public class AsyncTreePanel extends LayoutContainer {
|
|||
|
||||
treePanel.mask(ConstantsExplorer.VALIDATINGOPERATION,ConstantsExplorer.LOADINGSTYLE);
|
||||
|
||||
System.out.println("Start RPC - getFolderChildren for uplaod/move");
|
||||
// System.out.println("ReloadTreeLevelAndExpandFolder");
|
||||
// System.out.println("Start RPC - getFolderChildren");
|
||||
|
||||
AppControllerExplorer.rpcWorkspaceService.getFolderChildren(folder, new AsyncCallback<List<FileModel>>(){
|
||||
|
||||
|
@ -711,6 +712,7 @@ public class AsyncTreePanel extends LayoutContainer {
|
|||
eventBus.fireEvent(new SessionExpiredEvent());
|
||||
return;
|
||||
}
|
||||
// System.out.println("Error in reloadTreeLevelAndExpandFolder "+ caught.getMessage());
|
||||
|
||||
new MessageBoxAlert("Error", ConstantsExplorer.SERVER_ERROR + " getting folder children items." +ConstantsExplorer.TRY_AGAIN, null);
|
||||
removeAllAndRecoveryRoot();
|
||||
|
@ -730,7 +732,7 @@ public class AsyncTreePanel extends LayoutContainer {
|
|||
|
||||
// selectItem(folder);
|
||||
|
||||
System.out.println("End RPC - getFolderChildren for uplaod/move");
|
||||
// System.out.println("End RPC - getFolderChildren for uplaod/move");
|
||||
}
|
||||
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue