From c5cfb6adfdaa31c501422e6285b04eab1393a625 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 1 Jun 2015 22:45:13 -0400 Subject: [PATCH] Ignore 'synced' in Zotero.Item.fromJSON() --- chrome/content/zotero/xpcom/data/item.js | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/content/zotero/xpcom/data/item.js b/chrome/content/zotero/xpcom/data/item.js index 494c2d3272..6c93a18361 100644 --- a/chrome/content/zotero/xpcom/data/item.js +++ b/chrome/content/zotero/xpcom/data/item.js @@ -3820,6 +3820,7 @@ Zotero.Item.prototype.fromJSON = Zotero.Promise.coroutine(function* (json) { switch (field) { case 'key': case 'version': + case 'synced': case 'itemType': case 'note': // Use?