-
Bug
-
Resolution: Fixed
-
Major
-
4.0
-
MOODLE_400_STABLE
-
MOODLE_400_STABLE
-
MDL-72470-master -
-
3
-
Navigation push 8, Navigation push 9
Recently the breadcrumbs on calendar pages were modified in the following ways:
- Completely removed from the site calendar pages, which removes the only means to navigate back to parent pages, for example from the export page back to its parent management page. Another value add for these breadcrumbs is that it explicitly informs the user that they are not looking at the calendar in the context of any course.
- When viewing calendar pages via courses the breadcrumbs exist, but are missing the current page. The result is that the parent page is the final listed item, which means it is not being hyperlinked, and it's not possible to navigate back one level (to the parent page) using the breadcrumbs.
Both of these are also accessibility issues.
Affected pages include:
- <site>/calendar/view.php (month and day view)
- <site>/calendar/managesubscriptions.php
- <site>/calendar/export.php
- <site>/calendar/import.php
Some design decisions on these pages were also made based on the breadcrumbs existing.