Skip to content

Commit

Permalink
keep track of loaded month
Browse files Browse the repository at this point in the history
  • Loading branch information
mathisdt committed Apr 5, 2024
1 parent c50c0ee commit afa32a4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ private void loadStoredMonth(AccountMonth accountMonth) {

logArea.setText(accountMonth.getLabel() +" geladen\n" + result.getLogMessages());
updateFooter();
loadedMonth = accountMonth;

grid.removeAllColumns();
grid.setItems(new ListDataProvider<>(result.getResults()));
Expand Down

0 comments on commit afa32a4

Please sign in to comment.