mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 18:02:18 +00:00
Status als eigener Tab
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -143,7 +143,8 @@ class Student_model extends DB_Model
|
||||
{
|
||||
return error($result);
|
||||
}
|
||||
else {
|
||||
else
|
||||
{
|
||||
$resultObject = current(getData($result));
|
||||
|
||||
if (property_exists($resultObject, 'anzahl')) {
|
||||
|
||||
Reference in New Issue
Block a user