From ef1a5ffe05f46efff54bcb78f505375127d22fdd Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Tue, 17 Aug 2021 12:06:41 +0300 Subject: [PATCH] [DE] Fix Bug 51752 --- apps/documenteditor/main/app/controller/Main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/documenteditor/main/app/controller/Main.js b/apps/documenteditor/main/app/controller/Main.js index 2652d4d7d..721b32075 100644 --- a/apps/documenteditor/main/app/controller/Main.js +++ b/apps/documenteditor/main/app/controller/Main.js @@ -962,7 +962,7 @@ define([ this.loadMask.setTitle(title); if (!this.isShowOpenDialog) - this.loadMask.show(action.id===Asc.c_oAscAsyncAction['Open']); + this.loadMask.show(action.id===Asc.c_oAscAsyncAction['Open'] || action.id===Asc.c_oAscAsyncAction['MailMergeLoadFile']); } else { this.getApplication().getController('Statusbar').setStatusCaption(text, force); }