Clear inPublications in PATCH JSON with false, not empty string

This commit is contained in:
Dan Stillman 2017-04-19 03:18:05 -04:00
parent c03a0df226
commit ab2bedc0df

View file

@ -139,6 +139,7 @@ Zotero.DataObjectUtilities = {
case 'deleted':
case 'parentItem':
case 'inPublications':
target[i] = false;
break;