From ab2bedc0dff63dfd721f2df03f7a48d22c16c4b1 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 19 Apr 2017 03:18:05 -0400 Subject: [PATCH] Clear inPublications in PATCH JSON with false, not empty string --- chrome/content/zotero/xpcom/data/dataObjectUtilities.js | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/content/zotero/xpcom/data/dataObjectUtilities.js b/chrome/content/zotero/xpcom/data/dataObjectUtilities.js index 62ff5a10b..2fe5c7a38 100644 --- a/chrome/content/zotero/xpcom/data/dataObjectUtilities.js +++ b/chrome/content/zotero/xpcom/data/dataObjectUtilities.js @@ -139,6 +139,7 @@ Zotero.DataObjectUtilities = { case 'deleted': case 'parentItem': + case 'inPublications': target[i] = false; break;