diff --git a/public/js/components/Stv/Studentenverwaltung.js b/public/js/components/Stv/Studentenverwaltung.js index c810fef91..4995cb941 100644 --- a/public/js/components/Stv/Studentenverwaltung.js +++ b/public/js/components/Stv/Studentenverwaltung.js @@ -478,6 +478,12 @@ export default { }, showAlertNoSelectedStudent(){ this.$fhcAlert.alertError(this.$p.t('ui', 'alert_chooseStudent')); + }, + showAlertMultipleStudents() { + this.$fhcAlert.alertError(this.$p.t('ui', 'alert_chooseOnlyOneStudent')); + }, + showAlertNoGroupChosen(){ + this.$fhcAlert.alertError(this.$p.t('ui', 'alert_chooseGroupSem')); } }, created() { @@ -653,19 +659,26 @@ export default {