mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
для Bug 29859 - [Mail Merge] Ошибка конвертации при загрузке документа с данными адресатов
git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/nodeJSProjects@64671 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander.Trofimov
parent
1fa18590b2
commit
6475e2cd24
@ -194,10 +194,10 @@ function CMailMergeSendData(obj) {
|
||||
this['message'] = obj['message'];
|
||||
this['recordFrom'] = obj['recordFrom'];
|
||||
this['recordTo'] = obj['recordTo'];
|
||||
this['recordToExec'] = obj['recordToExec'];
|
||||
this['recordCount'] = obj['recordCount'];
|
||||
this['userId'] = obj['userId'];
|
||||
this['url'] = obj['url'];
|
||||
this['baseUrl'] = obj['baseUrl'];
|
||||
this['jsonkey'] = obj['jsonkey'];
|
||||
} else {
|
||||
this['from'] = null;
|
||||
@ -211,6 +211,7 @@ function CMailMergeSendData(obj) {
|
||||
this['recordCount'] = null;
|
||||
this['userId'] = null;
|
||||
this['url'] = null;
|
||||
this['baseUrl'] = null;
|
||||
this['jsonkey'] = null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user