Skip to content

Commit 6588b23

Browse files
HoussemNasriHoussem Nasrisubhramit
authored
Fix unresponsive "Check Consistency" dialog (#13864)
* Fix unresponsive "Check Consistency" dialog * Add changelog entry --------- Co-authored-by: Houssem Nasri <[email protected]> Co-authored-by: Subhramit Basu <[email protected]>
1 parent 1c42777 commit 6588b23

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv
127127
- We fixed an issue where "Copy to" was enabled even if no other library was opened. [#13280](https://github.com/JabRef/jabref/pull/13280)
128128
- We fixed an issue where the groups were still displayed after closing all libraries. [#13382](https://github.com/JabRef/jabref/issues/13382)
129129
- Enhanced field selection logic in the Merge Entries dialog when fetching from DOI to prefer valid years and entry types. [#12549](https://github.com/JabRef/jabref/issues/12549)
130+
- We fixed an issue where the "Check Consistency" dialog is unresponsive. [#13700](https://github.com/JabRef/jabref/issues/13700)
130131
- We fixed an issue where opening the Three Way Merge dialog would throw an exception when year field contains an invalid year value. [#13673](https://github.com/JabRef/jabref/issues/13673)
131132
- We improved consistency in the Add Buttons. [#13791](https://github.com/JabRef/jabref/pull/13791)
132133
- We fixed an issue where theme or font size are not respected for all dialogs [#13558](https://github.com/JabRef/jabref/issues/13558)

jabgui/src/main/java/org/jabref/gui/consistency/ConsistencyCheckAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public BibliographyConsistencyCheck.Result call() {
8282
});
8383
taskExecutor.execute(task);
8484

85-
dialogService.showProgressDialogAndWait(
85+
dialogService.showProgressDialog(
8686
Localization.lang("Check consistency"),
8787
Localization.lang("Checking consistency..."),
8888
task);

0 commit comments

Comments
 (0)