-
Bug
-
Resolution: Fixed
-
Minor
-
3.2, 3.2 regressions
-
MOODLE_32_STABLE
-
MOODLE_32_STABLE
-
MDL-57385-master-2 -
-
3.3 sprint 1
Since MDL-57124, the "nonavbar" page layout option was applied to the "mydashboard" page layout of theme_boost. The following pages that use the mydashboard page layout no longer have breadcrumbs:
- Default Dashboard page
- User preferences -> Badges -> Manage badges
- User preferences -> Badges -> Backpack settings
- User preferences -> Repositories -> Manage instances
- Private files
I can think of 2 solutions for this issue:
- Use/create a different page layout for these pages (e.g. "standard"). Or,
- Introduce a new page layout option (e.g. "nonavbarifroot") that we can use to conditionally render the navbar if it contains more than one item.
Any other great ideas for solutions are also welcome.