Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 3679a52

Browse files
authored
Merge pull request SORMAS-Foundation#3365 from hzi-braunschweig/3354-dashboard-Difference-in-Number-of-Cases-date-bug
SORMAS-Foundation#3354 Difference-in-Number-of-Cases-date-does-not-get-properly-displayed-fix
2 parents 11bd348 + 08a6aef commit 3679a52

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sormas-ui/src/main/java/de/symeda/sormas/ui/dashboard/DashboardFilterLayout.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,9 @@ private void createResetAndApplyButtons() {
165165
Button.ClickListener applyListener = e -> dashboardView.refreshDashboard();
166166
applyButton = ButtonHelper.createButton(Captions.actionApplyFilters, applyListener, CssStyles.BUTTON_FILTER_LIGHT);
167167
applyButton.setClickShortcut(ShortcutAction.KeyCode.ENTER);
168+
applyButton.addClickListener(e -> {
169+
getDateFilterChangeCallback().run();
170+
});
168171
addComponent(applyButton);
169172
}
170173

0 commit comments

Comments
 (0)