Skip to content

Commit

Permalink
Clear inPublications in PATCH JSON with false, not empty string
Browse files Browse the repository at this point in the history
  • Loading branch information
dstillman committed Apr 19, 2017
1 parent c03a0df commit ab2bedc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chrome/content/zotero/xpcom/data/dataObjectUtilities.js
Expand Up @@ -139,6 +139,7 @@ Zotero.DataObjectUtilities = {

case 'deleted':
case 'parentItem':
case 'inPublications':
target[i] = false;
break;

Expand Down

0 comments on commit ab2bedc

Please sign in to comment.