Return notes from /saveItems connector endpoint
This commit is contained in:
parent
bddb5ed243
commit
7d424f6d12
|
@ -142,6 +142,7 @@ Zotero.Translate.ItemSaver.prototype = {
|
||||||
for (let i=0; i<specialFields.notes.length; i++) {
|
for (let i=0; i<specialFields.notes.length; i++) {
|
||||||
yield this._saveNote(specialFields.notes[i], myID);
|
yield this._saveNote(specialFields.notes[i], myID);
|
||||||
}
|
}
|
||||||
|
item.notes = specialFields.notes;
|
||||||
}
|
}
|
||||||
|
|
||||||
// handle attachments
|
// handle attachments
|
||||||
|
|
Loading…
Reference in New Issue
Block a user