Auditionadmin 68 #85

Merged
okorpheus merged 11 commits from auditionadmin-68 into master 2024-10-31 17:22:49 +00:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 0ab7d70612 - Show all commits

View File

@ -29,6 +29,7 @@ class ScoreController extends Controller
}
$score->delete();
// TODO clear scoring cache when a score is deleted
return redirect()->back()->with('success', 'Score Deleted');
}
@ -105,6 +106,7 @@ class ScoreController extends Controller
['subscores' => $sheet['scores']]
);
}
// TODO rewrite to use EnterScore action or clear score cache
return redirect()->route('scores.chooseEntry')->with('success', count($preparedScoreSheets).' Scores saved');
}