mirror of
https://github.com/zotero/zotero.git
synced 2026-09-19 00:01:31 +00:00
Fix syncing of searches in trash
https://forums.zotero.org/discussion/118049/recent-error-with-manually-triggered-sync
This commit is contained in:
parent
6e130a8649
commit
da10878f6f
1 changed files with 1 additions and 0 deletions
|
|
@ -848,6 +848,7 @@ Zotero.Search.prototype.fromJSON = function (json, options = {}) {
|
|||
case 'version':
|
||||
case 'name':
|
||||
case 'conditions':
|
||||
case 'deleted':
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue