Fix noteIndex not being passed to citeproc. Closes #1439
This commit is contained in:
parent
966c293dea
commit
8e2c47933a
1 changed files with 1 additions and 1 deletions
|
@ -2416,7 +2416,7 @@ Zotero.Integration.Citation = class {
|
|||
}
|
||||
|
||||
toJSON() {
|
||||
const saveProperties = ["custom", "unsorted", "formattedCitation", "plainCitation", "dontUpdate"];
|
||||
const saveProperties = ["custom", "unsorted", "formattedCitation", "plainCitation", "dontUpdate", "noteIndex"];
|
||||
const saveCitationItemKeys = ["locator", "label", "suppress-author", "author-only", "prefix",
|
||||
"suffix"];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue