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

Commit

Permalink
Merge pull request SORMAS-Foundation#3365 from hzi-braunschweig/3354-…
Browse files Browse the repository at this point in the history
…dashboard-Difference-in-Number-of-Cases-date-bug

SORMAS-Foundation#3354 Difference-in-Number-of-Cases-date-does-not-get-properly-displayed-fix
  • Loading branch information
danRosca authored Nov 3, 2020
2 parents 11bd348 + 08a6aef commit 3679a52
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,9 @@ private void createResetAndApplyButtons() {
Button.ClickListener applyListener = e -> dashboardView.refreshDashboard();
applyButton = ButtonHelper.createButton(Captions.actionApplyFilters, applyListener, CssStyles.BUTTON_FILTER_LIGHT);
applyButton.setClickShortcut(ShortcutAction.KeyCode.ENTER);
applyButton.addClickListener(e -> {
getDateFilterChangeCallback().run();
});
addComponent(applyButton);
}

Expand Down

0 comments on commit 3679a52

Please sign in to comment.