diff --git a/chrome/content/zotero/elements/duplicatesMergePane.js b/chrome/content/zotero/elements/duplicatesMergePane.js index c6de738860..48e94ac5ad 100644 --- a/chrome/content/zotero/elements/duplicatesMergePane.js +++ b/chrome/content/zotero/elements/duplicatesMergePane.js @@ -139,6 +139,8 @@ button.label = Zotero.getString('pane.item.duplicates.mergeItems', (otherItems.length + 1)); versionSelect.hidden = fieldSelect.hidden = !alternatives; itembox.hiddenFields = alternatives ? [] : ['dateAdded', 'dateModified']; + // Since the header of the collapsible section is hidden, the section has to be opened + itembox.open = true; this.setMaster(0);