Fix tag selector errors due to unloaded feed synced settings

This commit is contained in:
Adomas Venčkauskas 2016-10-14 12:10:15 +03:00
parent 897b3993b4
commit 32ea7cfbb5
2 changed files with 2 additions and 2 deletions

View file

@ -651,8 +651,8 @@ Components.utils.import("resource://gre/modules/osfile.jsm");
yield Zotero.Promise.each(
Zotero.Libraries.getAll(),
library => Zotero.Promise.coroutine(function* () {
if (library.libraryType != 'feed') {
yield Zotero.SyncedSettings.loadAll(library.libraryID);
if (library.libraryType != 'feed') {
yield Zotero.Collections.loadAll(library.libraryID);
yield Zotero.Searches.loadAll(library.libraryID);
}

@ -1 +1 @@
Subproject commit 4273554afc20fe593b30faa6196edac9e755a7fa
Subproject commit e04633baeaac2c62eddb4435e517ae7d51c89a73