Merge pull request #1083 from ONLYOFFICE/fix/bugfix

[DE] Fix Bug 51752
This commit is contained in:
Julia Radzhabova 2021-08-17 12:16:17 +03:00 committed by GitHub
commit c579099909
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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