Commented ALERT during onFailuer FOR getAllContacts

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace-tree-widget@141477 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2017-01-05 15:46:13 +00:00
parent e7a9d05e68
commit ac4dc502e6
1 changed files with 2 additions and 1 deletions

View File

@ -70,7 +70,8 @@ public class UserStore implements ContactFetcher{
@Override
public void onFailure(Throwable caught) {
new MessageBoxAlert("Error", ConstantsExplorer.SERVER_ERROR +" retrieving user " + ConstantsExplorer.TRY_AGAIN, null);
//TODO TEMPORARY SOLUTION
//new MessageBoxAlert("Error", ConstantsExplorer.SERVER_ERROR +" retrieving user " + ConstantsExplorer.TRY_AGAIN, null);
if(callback!=null)
callback.onFailure(caught);
}