Skip to content
Snippets Groups Projects
Commit f8278773 authored by Callum Gran's avatar Callum Gran
Browse files

fix(MatchOverviewController): jar error messages when changing scene

parent 321c3690
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,6 @@ public class MatchOverviewController implements Initializable {
*/
public void updateMatchValues() {
updateMatch();
changeScene("Match-overview");
}
......@@ -119,7 +118,7 @@ public class MatchOverviewController implements Initializable {
matchDAO.updateMatch(getCurrentMatch());
getCurrentDivision().setMatches(matchDAO.getMatchesByDivision(getCurrentDivision().getDivisionId()));
getCurrentDivision().setCompetingTeams(teamDAO.getTeamsByDivision(getCurrentDivision().getDivisionId()));
changeScene("Match-overview");
changeScene("division-overview");
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment