Include 'skipNotifier' in 'skipAll' when saving objects
This commit is contained in:
parent
bb665a56b6
commit
ddb7d3107d
|
@ -819,6 +819,7 @@ Zotero.DataObject.prototype.save = Zotero.Promise.coroutine(function* (options =
|
|||
'skipClientDateModifiedUpdate',
|
||||
'skipSyncedUpdate',
|
||||
'skipEditCheck',
|
||||
'skipNotifier',
|
||||
'skipSelect'
|
||||
].forEach(x => env.options[x] = true);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user