Skip to content

Commit

Permalink
also handle multiple postings in case no projects are configured
Browse files Browse the repository at this point in the history
  • Loading branch information
mathisdt committed Apr 5, 2024
1 parent 0dc1377 commit eb7aff1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,8 @@ private void addFieldsForIndex(final int index) {
.map(r -> new IdAndName(Integer.parseInt(r.get(projectsColumnNr)), r.get(projectsColumnBez)))
.toList()));
setCalculatedComboboxDropdownWidth(extraProjektComboBox);
} else {
extraProjektComboBox.setItems(new IdAndName(0, "allgemein"));
}

extraHauptkontoComboBox.addValueChangeListener(e -> {
Expand Down

0 comments on commit eb7aff1

Please sign in to comment.