fix head fa access issue
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user