Return notes from /saveItems connector endpoint

This commit is contained in:
Adomas Venčkauskas 2018-04-05 15:26:49 +03:00
parent bddb5ed243
commit 7d424f6d12

View file

@ -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