Relations fixes and cleanup
Relations need a complete overhaul, but this makes them generally work again.
This commit is contained in:
parent
b21e07d700
commit
ef57b4e016
6 changed files with 44 additions and 372 deletions
|
@ -262,6 +262,8 @@ describe("Zotero.CollectionTreeView", function() {
|
|||
assert.equal(itemsView.rowCount, 1);
|
||||
var treeRow = itemsView.getRow(0);
|
||||
assert.equal(treeRow.ref.id, ids[0]);
|
||||
|
||||
yield group.erase();
|
||||
})
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue