diff --git a/chrome/content/zotero/xpcom/data/item.js b/chrome/content/zotero/xpcom/data/item.js index bdcbdd6a7..1bf61628a 100644 --- a/chrome/content/zotero/xpcom/data/item.js +++ b/chrome/content/zotero/xpcom/data/item.js @@ -4196,6 +4196,9 @@ Zotero.Item.prototype.fromJSON = function (json) { case 'mtime': // Handled below case 'collections': + case 'parentKey': + case 'deleted': + case 'inPublications': break; case 'accessDate':