From 8e2c47933abd01925153ee31dc0e92317a48730e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adomas=20Ven=C4=8Dkauskas?= Date: Mon, 12 Feb 2018 10:58:46 +0200 Subject: [PATCH] Fix noteIndex not being passed to citeproc. Closes #1439 --- chrome/content/zotero/xpcom/integration.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/integration.js b/chrome/content/zotero/xpcom/integration.js index 81e0194a73..b91e3c5a83 100644 --- 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"];