www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit ddb7d3107d1c1c2a302f36820c098a74e09ac5a2
parent bb665a56b67d237a7c9a21344eae8fb33d0d910c
Author: Dan Stillman <dstillman@zotero.org>
Date:   Thu, 16 Feb 2017 17:58:52 -0500

Include 'skipNotifier' in 'skipAll' when saving objects

Diffstat:
Mchrome/content/zotero/xpcom/data/dataObject.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/chrome/content/zotero/xpcom/data/dataObject.js b/chrome/content/zotero/xpcom/data/dataObject.js @@ -819,6 +819,7 @@ Zotero.DataObject.prototype.save = Zotero.Promise.coroutine(function* (options = 'skipClientDateModifiedUpdate', 'skipSyncedUpdate', 'skipEditCheck', + 'skipNotifier', 'skipSelect' ].forEach(x => env.options[x] = true); }