Skip to content

Commit

Permalink
emeritus are allowed to see listeRouge and 100 users
Browse files Browse the repository at this point in the history
  • Loading branch information
prigaux committed Jan 29, 2024
1 parent 14b8f3d commit d4ef0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/supannPerson.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ function allowListeRouge($allowExtendedInfo) {
return true;
} else {
$uid = GET_uid();
return $uid && isPersonMatchingFilter($uid, "(|(eduPersonAffiliation=staff)(eduPersonAffiliation=faculty)(eduPersonAffiliation=teacher))");
return $uid && isPersonMatchingFilter($uid, "(|(eduPersonAffiliation=staff)(eduPersonAffiliation=faculty)(eduPersonAffiliation=teacher)(eduPersonAffiliation=emeritus))");
}
}

Expand Down

0 comments on commit d4ef0dd

Please sign in to comment.