Updated message
git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace-tree-widget@115515 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
67b5eaecaf
commit
25b563d07d
|
@ -79,7 +79,7 @@ public class SmartFolderPanel extends LayoutContainer {
|
|||
}
|
||||
@Override
|
||||
public void onFailure(Throwable caught) {
|
||||
new MessageBoxAlert("Error", ConstantsExplorer.SERVER_ERROR + " adding smart folder" +ConstantsExplorer.TRY_AGAIN, null);
|
||||
new MessageBoxAlert("Error", ConstantsExplorer.SERVER_ERROR + " getting User's Smart Folders. " +ConstantsExplorer.TRY_AGAIN, null);
|
||||
GWT.log("Error in load smart folder " + caught.getMessage());
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue