From df2f142f372ca825e0fa42447200b034d53ca2f9 Mon Sep 17 00:00:00 2001 From: ma0068 Date: Thu, 18 Jun 2026 11:45:01 +0200 Subject: [PATCH] add toasts if no taken selections for Notenspiegel, LVplanung and Studienverlauf --- .../js/components/Stv/Studentenverwaltung.js | 39 ++++++++++++++---- system/phrasesupdate.php | 40 +++++++++++++++++++ 2 files changed, 71 insertions(+), 8 deletions(-) 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 {
-
  • +
  • -