Return notes from /saveItems connector endpoint
This commit is contained in:
parent
bddb5ed243
commit
7d424f6d12
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue