Working on Feature #9760: WS-Thredds synch folder integration

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace-tree-widget@154679 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2017-09-28 10:20:42 +00:00
parent df6d5a520b
commit 813d9b9224
1 changed files with 2 additions and 1 deletions

View File

@ -222,7 +222,8 @@ public class DialogPublishOnThredds extends Dialog {
InfoDisplay.display("Transferring on Thredds", "Transferring started correclty...");
if(result!=null){
pollingStart(result);
}
}else
new MessageBoxAlert("Error", "An error occurred during the transferring. Refresh the folder and try again", null);
}
});