fix parent, teacher and admin pages
This commit is contained in:
@@ -54,6 +54,7 @@ class TeacherController extends BaseApiController
|
||||
'students_by_section' => $studentsBySection,
|
||||
'assigned_names' => $data['assignedNames'] ?? [],
|
||||
'active_class_section_id' => $data['active_class_section_id'] ?? null,
|
||||
'class_section_name' => $data['class_section_name'] ?? null,
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user