mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 14:36:49 +08:00
[DE] Fix loading mail merge from URL
This commit is contained in:
@ -3111,7 +3111,7 @@ define([
|
||||
if (me.api) {
|
||||
var checkUrl = value.replace(/ /g, '');
|
||||
if (!_.isEmpty(checkUrl)) {
|
||||
me.api.asc_StartMailMerge(checkUrl);
|
||||
me.api.asc_StartMailMerge({ fileType: "csv", url: checkUrl });
|
||||
} else {
|
||||
Common.UI.warning({
|
||||
msg: me.textEmptyMMergeUrl
|
||||
|
||||
Reference in New Issue
Block a user