commit 2225f459b79ca0faa7fc25f622cf046121d5bb46 parent 87abfdf64d3c00f82332331abb5c413ff61b26c9 Author: Dan Stillman <dstillman@zotero.org> Date: Tue, 14 Jun 2016 15:16:56 -0400 Fix breakage after certain Notifier events with My Publications selected Diffstat:
| M | chrome/content/zotero/xpcom/collectionTreeView.js | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/collectionTreeView.js b/chrome/content/zotero/xpcom/collectionTreeView.js @@ -204,7 +204,8 @@ Zotero.CollectionTreeView.prototype.refresh = Zotero.Promise.coroutine(function* this._addRowToArray( newRows, new Zotero.CollectionTreeRow('publications', { - libraryID: Zotero.Libraries.publicationsLibraryID + libraryID: Zotero.Libraries.publicationsLibraryID, + treeViewID: "L" + Zotero.Libraries.publicationsLibraryID }), added++ );