story/bugfixes #48

Closed
SZUT-Armin wants to merge 4 commits from story/bugfixes into main
2 changed files with 0 additions and 2 deletions
Showing only changes of commit 415a48b79a - Show all commits

Binary file not shown.

View file

@ -109,7 +109,6 @@ public class LockedNurseController {
readAllAndShowInTableView(); readAllAndShowInTableView();
} }
@FXML @FXML
public void handleMouseClick() { public void handleMouseClick() {
Nurse nurse = tableView.getSelectionModel().getSelectedItem(); Nurse nurse = tableView.getSelectionModel().getSelectedItem();
@ -137,5 +136,4 @@ public class LockedNurseController {
} }
readAllAndShowInTableView(); readAllAndShowInTableView();
} }
} }