mirror of
https://github.com/zotero/zotero.git
synced 2026-09-20 00:12:49 +00:00
Avoid invalid-field warning in Item::fromJSON() after 6f1833f936
This commit is contained in:
parent
6f1833f936
commit
ceb9749937
1 changed files with 3 additions and 0 deletions
|
|
@ -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':
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue