Fix tag selector errors due to unloaded feed synced settings
This commit is contained in:
parent
897b3993b4
commit
32ea7cfbb5
2 changed files with 2 additions and 2 deletions
|
@ -651,8 +651,8 @@ Components.utils.import("resource://gre/modules/osfile.jsm");
|
||||||
yield Zotero.Promise.each(
|
yield Zotero.Promise.each(
|
||||||
Zotero.Libraries.getAll(),
|
Zotero.Libraries.getAll(),
|
||||||
library => Zotero.Promise.coroutine(function* () {
|
library => Zotero.Promise.coroutine(function* () {
|
||||||
if (library.libraryType != 'feed') {
|
|
||||||
yield Zotero.SyncedSettings.loadAll(library.libraryID);
|
yield Zotero.SyncedSettings.loadAll(library.libraryID);
|
||||||
|
if (library.libraryType != 'feed') {
|
||||||
yield Zotero.Collections.loadAll(library.libraryID);
|
yield Zotero.Collections.loadAll(library.libraryID);
|
||||||
yield Zotero.Searches.loadAll(library.libraryID);
|
yield Zotero.Searches.loadAll(library.libraryID);
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 4273554afc20fe593b30faa6196edac9e755a7fa
|
Subproject commit e04633baeaac2c62eddb4435e517ae7d51c89a73
|
Loading…
Add table
Reference in a new issue