-
Bug
-
Resolution: Fixed
-
Critical
-
3.0, 3.1
-
MOODLE_30_STABLE, MOODLE_31_STABLE
-
MOODLE_30_STABLE
-
MDL-52370-master -
Steps to reproduce:
- In course settings, change the name of a role
- View the course in course listings
- Examine the course contacts
Expected results:
- When user changes the name of a role it should be reflected in UI immediately
Actual results:
- Caching means the course contacts displays out of date info
Analysis:
Likely can be solved by calling coursecat::role_assignment_changed($ra->roleid, $context); when a role is renamed in the course form.