diff --git a/chrome/content/zotero/xpcom/collectionTreeView.js b/chrome/content/zotero/xpcom/collectionTreeView.js index 327f3dd35e..e5f78a328b 100644 --- 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++ );