-
Bug
-
Resolution: Fixed
-
Major
-
4.0
-
MOODLE_400_STABLE
-
MOODLE_400_STABLE
-
-
3
-
QA time 2
There seems to be user profile pages in the course context which do not have any breadcrumbs or they need to be fixed. Example:
- Login as admin
- Create a course.
- Go to the course participants page
- Click on the admin user link in the participants table.
- In the user profile page (course context) click on 'All logs' (Reports)
- In the 'All logs' user report page
- Actual: There are no breadcrumbs
- Expected: The following breadcrumbs should be displayed: "Admin User / All logs" (where "Admin User" is a link back to the admin's user profile in the course context)
- Go the user profile page (course context) click on 'Grades' (Reports)
- In the 'Grades' user report page
- Actual: The following breadcrumbs are displayed: "Grades / Grades / User report"
- Expected: The following breadcrumbs should be displayed: "Admin User / Grades" (where "Admin User" is a link back to the admin's user profile in the course context)
Additionally, we should remove the "Back" buttons that were introduced in https://tracker.moodle.org/browse/MDL-72287 in these pages as they are no longer required after bringing back the breadcrumbs in the course context.
- blocks
-
MDL-74316 Redirect to the User report in gradebook when accessing the grades from the courses the user is taking
- Reopened
- Discovered while testing
-
MDLQA-16471 CLONE - A student can view their grades from the user menu.
- Passed