www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 7d424f6d12a03c906fab4e58c975cd6c38f98682
parent bddb5ed2430231cfd931da4736df0967173fba36
Author: Adomas VenĨkauskas <adomas.ven@gmail.com>
Date:   Thu,  5 Apr 2018 15:26:49 +0300

Return notes from /saveItems connector endpoint

Diffstat:
Mchrome/content/zotero/xpcom/translation/translate_item.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/chrome/content/zotero/xpcom/translation/translate_item.js b/chrome/content/zotero/xpcom/translation/translate_item.js @@ -142,6 +142,7 @@ Zotero.Translate.ItemSaver.prototype = { for (let i=0; i<specialFields.notes.length; i++) { yield this._saveNote(specialFields.notes[i], myID); } + item.notes = specialFields.notes; } // handle attachments