Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 3.0, 3.1
-
Fix Version/s: 3.0.1
-
Testing Instructions:
-
Affected Branches:MOODLE_30_STABLE, MOODLE_31_STABLE
-
Fixed Branches:MOODLE_30_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-52370-master -
Pull Master Diff URL:
Description
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.