Ignore 'synced' in Zotero.Item.fromJSON()
This commit is contained in:
parent
a740658452
commit
c5cfb6adfd
1 changed files with 1 additions and 0 deletions
|
@ -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?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue