Ignore 'synced' in Zotero.Item.fromJSON()
This commit is contained in:
parent
a740658452
commit
c5cfb6adfd
|
@ -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…
Reference in New Issue
Block a user