Fix Bug 37377
This commit is contained in:
parent
c3c12c69ec
commit
f95abd902c
|
@ -1908,6 +1908,7 @@ define([
|
|||
this._state.fastCoauth = false;
|
||||
Common.localStorage.setItem("de-settings-showchanges-strict", 'last');
|
||||
this.api.SetCollaborativeMarksShowType(Asc.c_oAscCollaborativeMarksShowType.LastChanges);
|
||||
this.getApplication().getController('Common.Controllers.ReviewChanges').applySettings();
|
||||
}
|
||||
this.onEditComplete();
|
||||
}, this)
|
||||
|
|
|
@ -1625,6 +1625,7 @@ define([
|
|||
Common.localStorage.setItem("pe-settings-coauthmode", 0);
|
||||
this.api.asc_SetFastCollaborative(false);
|
||||
Common.Utils.InternalSettings.set("pe-settings-coauthmode", false);
|
||||
this.getApplication().getController('Common.Controllers.ReviewChanges').applySettings();
|
||||
this._state.fastCoauth = false;
|
||||
}
|
||||
this.onEditComplete();
|
||||
|
|
|
@ -1854,6 +1854,7 @@ define([
|
|||
Common.localStorage.setItem("sse-settings-coauthmode", 0);
|
||||
this.api.asc_SetFastCollaborative(false);
|
||||
Common.Utils.InternalSettings.set("sse-settings-coauthmode", false);
|
||||
this.getApplication().getController('Common.Controllers.ReviewChanges').applySettings();
|
||||
this._state.fastCoauth = false;
|
||||
}
|
||||
this.onEditComplete();
|
||||
|
|
Loading…
Reference in a new issue