alert message fixed
git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace-tree-widget@130610 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
a0a85f843b
commit
22969be193
|
@ -268,13 +268,13 @@ public class AppControllerExplorer implements EventHandler, TreeAppControllerInt
|
|||
});
|
||||
}
|
||||
else
|
||||
Window.alert("Please, logout and login again then retry.");
|
||||
Window.alert("Sorry, it is not possible to publish on the catalogue at the moment.");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onFailure(Throwable caught) {
|
||||
|
||||
Window.alert("Please, logout and login again then retry.");
|
||||
Window.alert("Sorry, it is not possible to publish on the catalogue at the moment.");
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue