Lombiq / Orchard-Base-Theme

An Orchard Core base theme with reusable mixins, components, etc.
BSD 3-Clause "New" or "Revised" License
4 stars 3 forks source link

Under Orchard Core 1.6, menu items generated via MainMenuNavigationProvider are prefixed with /Admin (OSOE-647) #73

Closed Piedone closed 1 year ago

Piedone commented 1 year ago

OC 1.6 brings this change: https://github.com/OrchardCMS/OrchardCore/pull/12807 This causes menu items with a virtual relative path (e.g. "~/about") built via MainMenuNavigationProvider to have a "/Admin" prefix, effectively making OC's NavigationManager admin-only.

This necessitates us to either somehow hack around this, or fundamentally rethink how the menu is built in the theme.

Jira issue

Piedone commented 1 year ago

Fixed by https://github.com/Lombiq/Orchard-Base-Theme/pull/74.