From df4f76c59dbac7ed6c148a29a8e0b9cb6a83d79d Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 28 Jun 2017 16:49:58 +0300 Subject: [PATCH] [DE] Don't show collaborative changes in the view mode with commenting. --- apps/documenteditor/main/app/controller/Main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/documenteditor/main/app/controller/Main.js b/apps/documenteditor/main/app/controller/Main.js index e5dff33dd..89c68f598 100644 --- a/apps/documenteditor/main/app/controller/Main.js +++ b/apps/documenteditor/main/app/controller/Main.js @@ -828,6 +828,7 @@ define([ } else if (!me.appOptions.isEdit && me.appOptions.canComments) { me._state.fastCoauth = true; me.api.asc_SetFastCollaborative(me._state.fastCoauth); + me.api.SetCollaborativeMarksShowType(Asc.c_oAscCollaborativeMarksShowType.None); me.api.asc_setAutoSaveGap(1); } else { me._state.fastCoauth = false;