mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 03:18:23 +00:00
73c6bb2593
When navigation_menu is set to header dropdown, we are still forcing admin sidebar by checking if the user is an admin route (c.f. 9bcbfbba43b876ae92cb90d6d619be7b1154c119). However in the initial commit the route check had the false premise that all admin routes started with `admin.`; there are others that don't. We need to force admin sidebar on all routes starting with `admin` (no `.`). c.f. https://meta.discourse.org/t/feedback-on-admin-sidebar-when-header-dropdown-navigation-selected/309490/3?u=martin