Relations fixes and cleanup

Relations need a complete overhaul, but this makes them generally work
again.
This commit is contained in:
Dan Stillman 2015-05-24 03:08:22 -04:00
parent b21e07d700
commit ef57b4e016
6 changed files with 44 additions and 372 deletions

View file

@ -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();
})
})
})