From 55688a8104c6b44dfccbd1b6b3ee9502b332cf7e Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 26 Apr 2016 00:00:12 -0400 Subject: [PATCH] Load item data in feed libraries before refreshing feeds --- chrome/content/zotero/xpcom/data/feeds.js | 1 + chrome/content/zotero/xpcom/data/library.js | 3 +++ chrome/content/zotero/xpcom/zotero.js | 3 ++- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/data/feeds.js b/chrome/content/zotero/xpcom/data/feeds.js index fe4e1ffc2..0c5d2f5e0 100644 --- a/chrome/content/zotero/xpcom/data/feeds.js +++ b/chrome/content/zotero/xpcom/data/feeds.js @@ -204,6 +204,7 @@ Zotero.Feeds = new function() { Zotero.debug("Running update for feeds: " + needUpdate.join(', ')); for (let i=0; i Zotero.Promise.coroutine(function* () {