Skip to content

Commit 9424777

Browse files
authored
Remove "Merge Entries" from Quality Menu (JabRef#6021)
1 parent 2fad020 commit 9424777

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
5151
### Removed
5252

5353
- Ampersands are no longer escaped by default in the `bib` file. If you want to keep the current behaviour, you can use the new "Escape Ampersands" formatter as a save action. [#5869](https://github.com/JabRef/jabref/issues/5869)
54+
- The "Merge Entries" entry was removed from the Quality Menu. Users should use the right-click menu instead. [#6021](https://github.com/JabRef/jabref/pull/6021)
5455

5556

5657
## [5.0-beta] – 2019-12-15

src/main/java/org/jabref/gui/JabRefFrame.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@
8989
import org.jabref.gui.keyboard.KeyBinding;
9090
import org.jabref.gui.libraryproperties.LibraryPropertiesAction;
9191
import org.jabref.gui.menus.FileHistoryMenu;
92-
import org.jabref.gui.mergeentries.MergeEntriesAction;
9392
import org.jabref.gui.metadata.BibtexStringEditorAction;
9493
import org.jabref.gui.metadata.PreambleEditor;
9594
import org.jabref.gui.preferences.ShowPreferencesAction;
@@ -760,7 +759,6 @@ private MenuBar createMenu() {
760759

761760
quality.getItems().addAll(
762761
factory.createMenuItem(StandardActions.FIND_DUPLICATES, new DuplicateSearch(this, dialogService, stateManager)),
763-
factory.createMenuItem(StandardActions.MERGE_ENTRIES, new MergeEntriesAction(this, stateManager)),
764762
factory.createMenuItem(StandardActions.CHECK_INTEGRITY, new IntegrityCheckAction(this, stateManager, Globals.TASK_EXECUTOR)),
765763
factory.createMenuItem(StandardActions.CLEANUP_ENTRIES, new OldDatabaseCommandWrapper(Actions.CLEANUP, this, stateManager)),
766764

0 commit comments

Comments
 (0)