Fix Bug 37377

This commit is contained in:
Julia Radzhabova 2018-04-02 13:58:55 +03:00
parent c3c12c69ec
commit f95abd902c
3 changed files with 3 additions and 0 deletions

View file

@ -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)

View file

@ -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();

View file

@ -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();