stundeplan_model byLva() query when providing lv_id irrespective of student, group, lector etc just fetch all & show them

This commit is contained in:
Johann Hoffmann
2024-12-09 17:13:23 +01:00
parent e9d02c41ff
commit 53de29f3d2
6 changed files with 79 additions and 14 deletions
+1
View File
@@ -1,6 +1,7 @@
<?php
$includesArray = array(
'title' => 'MyLv',
'primevue3' => true,
'customJSModules' => ['public/js/apps/Cis/MyLv/Student.js'],
'customCSSs' => ['public/css/components/MyLv.css']
);