commit ab2bedc0dff63dfd721f2df03f7a48d22c16c4b1 parent c03a0df226f0fcb9544d708d8cd38682806e717f Author: Dan Stillman <dstillman@zotero.org> Date: Wed, 19 Apr 2017 03:18:05 -0400 Clear inPublications in PATCH JSON with false, not empty string Diffstat:
| M | chrome/content/zotero/xpcom/data/dataObjectUtilities.js | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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;