From 4dd4d8aaa50c81f946486d1d606964b606891467 Mon Sep 17 00:00:00 2001 From: Cristina Date: Wed, 17 Dec 2025 14:35:24 +0100 Subject: [PATCH] Removed filtering aktiv studienganege from method to get Studiengaenge by Stgs otherwise when switching to former semester (which will have inactive studiengaenge) it will not appear --- application/models/organisation/Studiengang_model.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/models/organisation/Studiengang_model.php b/application/models/organisation/Studiengang_model.php index 942b8c47e..2b235aeb8 100644 --- a/application/models/organisation/Studiengang_model.php +++ b/application/models/organisation/Studiengang_model.php @@ -827,7 +827,6 @@ class Studiengang_model extends DB_Model JOIN lehre.tbl_studienplan_semester stplsem USING(studienplan_id) WHERE stg.studiengang_kz IN ? - AND stg.aktiv = TRUE AND stplsem.studiensemester_kurzbz = ? ORDER BY stg.kurzbzlang