www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 2175700312703e3d32052f6c004b81dc97e7e08d
parent 28e7531710e1b9056ef1294c6952b80947c5cb62
Author: Simon Kornblith <simon@simonster.com>
Date:   Wed,  7 Sep 2011 04:05:17 +0000

Fix duplicates merging, broken by r10414


Diffstat:
Mchrome/content/zotero/duplicatesMerge.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/chrome/content/zotero/duplicatesMerge.js b/chrome/content/zotero/duplicatesMerge.js @@ -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); } }