Show alert for c_oAscError.ID.ForceSaveTimeout error
This commit is contained in:
parent
1cb895c5b9
commit
f4953e8b99
|
@ -1625,12 +1625,9 @@ define([
|
|||
break;
|
||||
|
||||
case Asc.c_oAscError.ID.ForceSaveButton:
|
||||
config.msg = this.errorForceSave;
|
||||
break;
|
||||
|
||||
case Asc.c_oAscError.ID.ForceSaveTimeout:
|
||||
config.msg = this.errorForceSave;
|
||||
console.warn(config.msg);
|
||||
config.maxwidth = 600;
|
||||
break;
|
||||
|
||||
case Asc.c_oAscError.ID.DataEncrypted:
|
||||
|
@ -1736,10 +1733,8 @@ define([
|
|||
}, this);
|
||||
}
|
||||
|
||||
if (id !== Asc.c_oAscError.ID.ForceSaveTimeout) {
|
||||
if (!Common.Utils.ModalWindow.isVisible() || $('.asc-window.modal.alert[data-value=' + id + ']').length<1)
|
||||
Common.UI.alert(config).$window.attr('data-value', id);
|
||||
}
|
||||
if (!Common.Utils.ModalWindow.isVisible() || $('.asc-window.modal.alert[data-value=' + id + ']').length<1)
|
||||
Common.UI.alert(config).$window.attr('data-value', id);
|
||||
|
||||
(id!==undefined) && Common.component.Analytics.trackEvent('Internal Error', id.toString());
|
||||
},
|
||||
|
|
|
@ -1301,12 +1301,9 @@ define([
|
|||
break;
|
||||
|
||||
case Asc.c_oAscError.ID.ForceSaveButton:
|
||||
config.msg = this.errorForceSave;
|
||||
break;
|
||||
|
||||
case Asc.c_oAscError.ID.ForceSaveTimeout:
|
||||
config.msg = this.errorForceSave;
|
||||
console.warn(config.msg);
|
||||
config.maxwidth = 600;
|
||||
break;
|
||||
|
||||
case Asc.c_oAscError.ID.DataEncrypted:
|
||||
|
@ -1399,10 +1396,8 @@ define([
|
|||
}, this);
|
||||
}
|
||||
|
||||
if (id !== Asc.c_oAscError.ID.ForceSaveTimeout) {
|
||||
if (!Common.Utils.ModalWindow.isVisible() || $('.asc-window.modal.alert[data-value=' + id + ']').length<1)
|
||||
Common.UI.alert(config).$window.attr('data-value', id);
|
||||
}
|
||||
if (!Common.Utils.ModalWindow.isVisible() || $('.asc-window.modal.alert[data-value=' + id + ']').length<1)
|
||||
Common.UI.alert(config).$window.attr('data-value', id);
|
||||
|
||||
(id!==undefined) && Common.component.Analytics.trackEvent('Internal Error', id.toString());
|
||||
},
|
||||
|
|
|
@ -1514,12 +1514,9 @@ define([
|
|||
break;
|
||||
|
||||
case Asc.c_oAscError.ID.ForceSaveButton:
|
||||
config.msg = this.errorForceSave;
|
||||
break;
|
||||
|
||||
case Asc.c_oAscError.ID.ForceSaveTimeout:
|
||||
config.msg = this.errorForceSave;
|
||||
console.warn(config.msg);
|
||||
config.maxwidth = 600;
|
||||
break;
|
||||
|
||||
case Asc.c_oAscError.ID.DataEncrypted:
|
||||
|
@ -1677,10 +1674,8 @@ define([
|
|||
}, this);
|
||||
}
|
||||
|
||||
if (id !== Asc.c_oAscError.ID.ForceSaveTimeout) {
|
||||
if (!Common.Utils.ModalWindow.isVisible() || $('.asc-window.modal.alert[data-value=' + id + ']').length<1)
|
||||
Common.UI.alert(config).$window.attr('data-value', id);
|
||||
}
|
||||
if (!Common.Utils.ModalWindow.isVisible() || $('.asc-window.modal.alert[data-value=' + id + ']').length<1)
|
||||
Common.UI.alert(config).$window.attr('data-value', id);
|
||||
|
||||
(id!==undefined) && Common.component.Analytics.trackEvent('Internal Error', id.toString());
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue