Fix Bug 43314 (#257)

This commit is contained in:
Julia Radzhabova 2019-10-29 11:19:06 +03:00 committed by Alexey Golubev
parent e7c17af429
commit e208538f42

View file

@ -873,7 +873,7 @@ define([
}
});
}
} else if (!this.appOptions.isDesktopApp && !this.appOptions.canBrandingExt &&
} else if (!this.appOptions.isDesktopApp && !this.appOptions.isEditDiagram && !this.appOptions.isEditMailMerge && !this.appOptions.canBrandingExt &&
this.editorConfig && this.editorConfig.customization && (this.editorConfig.customization.loaderName || this.editorConfig.customization.loaderLogo)) {
Common.UI.warning({
title: this.textPaidFeature,