Fix noteIndex not being passed to citeproc. Closes #1439
This commit is contained in:
parent
966c293dea
commit
8e2c47933a
|
@ -2416,7 +2416,7 @@ Zotero.Integration.Citation = class {
|
||||||
}
|
}
|
||||||
|
|
||||||
toJSON() {
|
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",
|
const saveCitationItemKeys = ["locator", "label", "suppress-author", "author-only", "prefix",
|
||||||
"suffix"];
|
"suffix"];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user