-
Sub-task
-
Resolution: Fixed
-
Trivial
-
None
-
1.9
-
None
-
MOODLE_19_STABLE
I have a teacher assigned in course.
The same teacher is assigned in a news forum as a teacher and as a student.
Student role has a prevent override set in the news forum for addnews capability.
So under the old roles system, the prevent on the student role should kick in because of its aggregate level of 70*100+70 = 7070.
Under the new system it's ranked same as the teacher assignment, so allow and prevent cancel out, and we look up and fetch the capability of the teacher at the course context (allow returned).
I am not sure this matters or not.