Skip to content

Commit

Permalink
Include 'skipNotifier' in 'skipAll' when saving objects
Browse files Browse the repository at this point in the history
  • Loading branch information
dstillman committed Feb 16, 2017
1 parent bb665a5 commit ddb7d31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chrome/content/zotero/xpcom/data/dataObject.js
Expand Up @@ -819,6 +819,7 @@ Zotero.DataObject.prototype.save = Zotero.Promise.coroutine(function* (options =
'skipClientDateModifiedUpdate',
'skipSyncedUpdate',
'skipEditCheck',
'skipNotifier',
'skipSelect'
].forEach(x => env.options[x] = true);
}
Expand Down

0 comments on commit ddb7d31

Please sign in to comment.