Lombiq/Orchard-Base-Theme

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

Piedone opened this issue · 1 comments

OC 1.6 brings this change: OrchardCMS/OrchardCore#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

Fixed by #74.