-
Notifications
You must be signed in to change notification settings - Fork 151
Closed
Description
Context: JabRef/jabref#13852
Task was to split up one long dialog into three tabs. Thus, functionality was moved around.
Example: In jabgui/src/main/java/org/jabref/gui/cleanup/CleanupSingleAction.java, there was a call
boolean confirmed = dialogService.showConfirmationDialogWithOptOutAndWait
This now appears in
jabgui/src/main/java/org/jabref/gui/cleanup/CleanupDialogViewModel.java
But this is not detected. Maybe too different?
Showing two windows:
http://127.0.0.1:6789/monaco-page/5 and http://127.0.0.1:6789/monaco-page/2 next to each other:

Metadata
Metadata
Assignees
Labels
No labels