Breadcrumbs aren't tied to custom menus #5393
Unanswered
andypooletrioteca
asked this question in
Ideas & Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
Current implementation of Nova's breadcrumbs don't consider Custom Menus. Resources or Dashboards is always shown as the first option, while it is not a word any of the users in my application can see in any part of the menu. Also, lenses accessed directly from the custom menu appear nested in their own resource.
Detailed steps to reproduce the issue on a fresh Nova installation:
for a custom menu like this:
I would expect the breadcrumbs to be:
Team > Users
Team > Managers
But the resulting breadcrumbs are:
Resources > Users
Resources > Users > Managers
Beta Was this translation helpful? Give feedback.
All reactions