fix head fa access issue
Deploy to Shared Hosting / Shared hosting deploy (push) Failing after 48s
Tests / PHPUnit (push) Successful in 1m24s

This commit is contained in:
root
2026-09-06 20:49:25 -04:00
parent 2ad7dc1170
commit 485341875a
7 changed files with 280 additions and 6 deletions
@@ -2293,6 +2293,10 @@ private function getGradeLevel($grade): array
'administrative staff',
'principal',
'admin',
'head fa',
'head of fa',
'head_of_fa',
'financial_contributor',
]);
if ($userId <= 0 || (! $isStaff && $userId !== $parentId)) {