Include 'skipNotifier' in 'skipAll' when saving objects

This commit is contained in:
Dan Stillman 2017-02-16 17:58:52 -05:00
parent bb665a56b6
commit ddb7d3107d

View File

@ -819,6 +819,7 @@ Zotero.DataObject.prototype.save = Zotero.Promise.coroutine(function* (options =
'skipClientDateModifiedUpdate',
'skipSyncedUpdate',
'skipEditCheck',
'skipNotifier',
'skipSelect'
].forEach(x => env.options[x] = true);
}