fix parent pages to adopt the school year logic
Tests / PHPUnit (push) Successful in 1m20s

This commit is contained in:
root
2026-07-17 00:02:53 -04:00
parent a5517b516a
commit 539d0eb220
12 changed files with 258 additions and 51 deletions
@@ -122,6 +122,7 @@ final class SchoolYearContextService
{
session()->remove('selected_school_year_id');
session()->remove('selected_school_year');
$this->clearDependentSessionState();
}
public function active(): SchoolYearContext
@@ -188,6 +189,7 @@ final class SchoolYearContextService
'class_section_id',
'semester',
'active_semester',
'active_school_year',
'teacher_scores_selected_semester',
'grading_selected_semester',
]);