commit 8e2c47933abd01925153ee31dc0e92317a48730e
parent 966c293deab68b68c7af09f462ab56b4a06e32dd
Author: Adomas VenĨkauskas <adomas.ven@gmail.com>
Date: Mon, 12 Feb 2018 10:58:46 +0200
Fix noteIndex not being passed to citeproc. Closes #1439
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/integration.js b/chrome/content/zotero/xpcom/integration.js
@@ -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"];