@@ -334,7 +358,7 @@ GuiConnector.prototype.alert = function (error, redirectIfSecurityError) {
$('#report-stacktrace')
.accordion({active:false,collapsible:true});
$('.report-check')
// .checkboxradio()
// .checkboxradio()
.prop('checked',true);
// .button('refresh');
// $(self._errorDialogData)
...
...
@@ -417,6 +441,11 @@ GuiConnector.prototype.getErrorMessageForError = function (error) {
errorData.message+="<p>Please <a href=\"login.xhtml?from="+encodeURI(window.location.href)+"\">login</a> "+"as a different user or ask your administrator to change the permissions to access this resource.</p>";
}
}
if(error.message==="Failed to fetch"){
errorData.message="There was a problem while fetching data from server. This could be caused by temporary network "+
"issues.<br/>Please try again.<br/><br/>If issue persist contact system administrator."