Skip to content

Commit

Permalink
Review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
abias committed Apr 10, 2024
1 parent 5cfd98a commit 49ebe24
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ moodle-theme_boost_union
Changes
-------

### Unreleased

* 2024-04-08 - Bugfix: Smart menu 3rd level submenus were being cut-off in responsive / mobile view, resolves #356.
Please note: This is a comparably large change which effectively replaces the flyout menus in the main navigation area and the menu bar area with the 'sliding door' submenu behaviour which has been used in the user menu only up to now.
* 2024-04-08 - Bugfix: Smart menu 3rd level submenus had a font color which differed from the 2nd level and might have been even invisible, resolves #459.
* 2024-04-08 - Bugfix: Long smart menus were not scrollable vertically, resolves #406.

### v4.3-r11

* 2024-04-01 - Bugfix: Site support form success message is now shown above advert tiles / the slider on frontpage, partly resolves #488.
Expand Down
1 change: 0 additions & 1 deletion classes/output/navigation/primary.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ public function export_for_template(?renderer_base $output = null): array {
}

// Get the menus for the main menu.
$mainmenu = [];
$mainmenu = smartmenu::get_menus_forlocation(smartmenu::LOCATION_MAIN, $smartmenus);

// Convert the children menu items into submenus.
Expand Down

0 comments on commit 49ebe24

Please sign in to comment.