Fix breakage after certain Notifier events with My Publications selected
This commit is contained in:
parent
87abfdf64d
commit
2225f459b7
1 changed files with 2 additions and 1 deletions
|
@ -204,7 +204,8 @@ Zotero.CollectionTreeView.prototype.refresh = Zotero.Promise.coroutine(function*
|
||||||
this._addRowToArray(
|
this._addRowToArray(
|
||||||
newRows,
|
newRows,
|
||||||
new Zotero.CollectionTreeRow('publications', {
|
new Zotero.CollectionTreeRow('publications', {
|
||||||
libraryID: Zotero.Libraries.publicationsLibraryID
|
libraryID: Zotero.Libraries.publicationsLibraryID,
|
||||||
|
treeViewID: "L" + Zotero.Libraries.publicationsLibraryID
|
||||||
}),
|
}),
|
||||||
added++
|
added++
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue