Merge branch 'studvw_2026_05_rc_tags' into demo-cis40

This commit is contained in:
Harald Bamberger
2026-05-19 10:28:32 +02:00
2 changed files with 11 additions and 1 deletions
@@ -898,7 +898,7 @@ class Students extends FHCAPI_Controller
n.start,
n.ende
FROM public.tbl_notizzuordnung AS nz
JOIN public.tbl_notiz AS n ON nz.notiz_id = n.notiz_id
JOIN public.tbl_notiz AS n ON nz.notiz_id = n.notiz_id AND nz.prestudent_id IS NOT NULL
JOIN public.tbl_notiz_typ AS nt ON n.typ = nt.typ_kurzbz "
. $whereTags .
"