Fix duplicates merging, broken by r10414
This commit is contained in:
parent
28e7531710
commit
2175700312
1 changed files with 1 additions and 0 deletions
|
@ -147,6 +147,7 @@ var Zotero_Duplicates_Pane = new function () {
|
|||
|
||||
this.merge = function () {
|
||||
var itembox = document.getElementById('zotero-duplicates-merge-item-box');
|
||||
Zotero.ItemGroupCache.clear();
|
||||
Zotero.Items.merge(itembox.item, _otherItems);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue