Disconnect on ConvertationOpenLimitError
This commit is contained in:
parent
bdd326ea12
commit
0a2d74e72e
|
@ -1855,7 +1855,7 @@ define([
|
|||
Common.NotificationCenter.trigger('goback', true);
|
||||
}
|
||||
}
|
||||
if (id == Asc.c_oAscError.ID.DataEncrypted) {
|
||||
if (id == Asc.c_oAscError.ID.DataEncrypted || id == Asc.c_oAscError.ID.ConvertationOpenLimitError) {
|
||||
this.api.asc_coAuthoringDisconnect();
|
||||
Common.NotificationCenter.trigger('api:disconnect');
|
||||
}
|
||||
|
|
|
@ -1508,7 +1508,7 @@ define([
|
|||
}
|
||||
}
|
||||
}
|
||||
if (id == Asc.c_oAscError.ID.DataEncrypted) {
|
||||
if (id == Asc.c_oAscError.ID.DataEncrypted || id == Asc.c_oAscError.ID.ConvertationOpenLimitError) {
|
||||
this.api.asc_coAuthoringDisconnect();
|
||||
Common.NotificationCenter.trigger('api:disconnect');
|
||||
}
|
||||
|
|
|
@ -1885,7 +1885,7 @@ define([
|
|||
}
|
||||
}
|
||||
}
|
||||
if (id == Asc.c_oAscError.ID.DataEncrypted) {
|
||||
if (id == Asc.c_oAscError.ID.DataEncrypted || id == Asc.c_oAscError.ID.ConvertationOpenLimitError) {
|
||||
this.api.asc_coAuthoringDisconnect();
|
||||
Common.NotificationCenter.trigger('api:disconnect');
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue