-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
2.2.1
-
MOODLE_22_STABLE
-
On a Moodle with version '2.2.1+ (Build: 20120309)', hundreds of nested course categories and thousands of courses, I'm seeing a problem where the navigation block is not showing all the top-level course categories when on the front page (no matter whether logged in or not). It only shows the first course category.
navshowallcourses and navshowcategories is set to yes in the block navigation settings.
I'm providing a patch (git diff) which fixes this behaviour. It has the following effects:
- fix breadcrumbs that were often showing the wrong course category (as per
MDL-31665) - all categories are always available under the courses node when navshowcategories and navshowallcourses are enabled
- courses node in navigation block is initially closed if in one of my courses (because the mycourses node is already open to the relevant course). If the courses node is clicked to open, the current course will be highlighted.
- courses node in navigation block is initially closed if on a course category page (because the main content of the page is probably what the user wants to focus on). If the courses node is clicked to open, the current course category will be highlighted .
- duplicates
-
MDL-28967 Categories intermittently disappearing from Navigation block's "Courses" list
-
- Closed
-
- has a non-specific relationship to
-
MDL-28967 Categories intermittently disappearing from Navigation block's "Courses" list
-
- Closed
-
-
MDL-28934 "My Courses" section of Navigation block missing some courses, if you have "Show all courses" and "Show course categories" activated
-
- Closed
-
- will be (partly) resolved by
-
MDL-28967 Categories intermittently disappearing from Navigation block's "Courses" list
-
- Closed
-