fix parent and teacher pages to follow year filter
Tests / PHPUnit (push) Failing after 1m15s

This commit is contained in:
root
2026-07-15 20:03:36 -04:00
parent feb1b29a32
commit 5f27dccd0f
32 changed files with 582 additions and 364 deletions
+4
View File
@@ -206,7 +206,11 @@ abstract class BaseController extends Controller
'admin',
'administrator',
'administrative staff',
'parent',
'principal',
'teacher',
'teacher assistant',
'teacher_assistant',
'vice principal',
]);
}