frangoud / ZoteroDuplicatesMerger

A zotero plugin to automatically merge duplicate items
Mozilla Public License 2.0
327 stars 11 forks source link

Bulk Merge doesn't work #2

Closed actforjason closed 2 years ago

actforjason commented 2 years ago

only show

image

ArneVogel commented 2 years ago

I noticed the same problem. Some more information about what happens:

After right clicking and starting the bulk merge the right amount of items to be processed is detected and shown as in actforjason image in the bottom right. The first duplicate items are selected and in the right panel the date of the earliest is selected. But the items are not getting merged, instead the date keep blinking as if it were unselected and selected repeatedly.

No errors are shown in the output of Zotero.

tirzhu commented 2 years ago

Same problem occurred here This bug is fixed after I changed the script file chrome/content/scripts/zoteroduplicatesmerger.js. that is: change line 398 from the following: if (this.mergeSelectedItems(DuplicatesPane, this.selectedItemsList)) to: if (this.mergeSelectedItems(DuplicatesPane, this.selectedItemsList, true))

frangoud commented 2 years ago

Sorry for the late reply. And thanks tirzhu for the comment as well. The repo has been updated with the fix as well.