Status als eigener Tab

This commit is contained in:
ma0068
2024-03-04 10:10:35 +01:00
parent b98794a292
commit a7f1e43225
5 changed files with 30 additions and 14 deletions
@@ -31,6 +31,10 @@ class Config extends FHC_Controller
'title' => 'PreStudentIn',
'component' => './Stv/Studentenverwaltung/Details/Prestudent.js'
];
$result['status'] = [
'title' => 'Status',
'component' => './Stv/Studentenverwaltung/Details/Status.js'
];
$result['noten'] = [
'title' => 'Noten',
'component' => './Stv/Studentenverwaltung/Details/Noten.js'
+2 -1
View File
@@ -143,7 +143,8 @@ class Student_model extends DB_Model
{
return error($result);
}
else {
else
{
$resultObject = current(getData($result));
if (property_exists($resultObject, 'anzahl')) {