Add level: 0 for libraries in target list for connector
This commit is contained in:
parent
a0d85c0673
commit
41590741ba
1 changed files with 2 additions and 1 deletions
|
@ -1118,7 +1118,8 @@ Zotero.Server.Connector.GetSelectedCollection.prototype = {
|
|||
collections.push(
|
||||
{
|
||||
id: library.treeViewID,
|
||||
name: library.name
|
||||
name: library.name,
|
||||
level: 0
|
||||
},
|
||||
...Zotero.Collections.getByLibrary(library.libraryID, true).map(c => ({
|
||||
id: c.treeViewID,
|
||||
|
|
Loading…
Add table
Reference in a new issue