- ABP Framework version: v7.2.2
- UI type: Angular
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes
- Exception message and stack trace:
- Steps to reproduce the issue:"
Hi Team, I was wondering the breadcrumb in user management screen is not working correctly, There is some blank missing item and wrong Home icon as well, Please refer the screenshot. And Suggest the way to fix this, also please let me know how can override the breadcrumb only of this screen if I want.
Thanks
4 Answer(s)
-
0
-
0
Hi Team,
Yes its lepton X. I found the used case, So we have a custom menu which is containing two routes
- Identity/organization-units
- Identity/users
which is breaking the original route breadcrumb. If I remove my custom menu item then it resolves the issue but I need the custom menu item as well. Please suggest how can I fix this to have both of the things working
Please refer the screenshot for more clarity.
-
0
Hi team, Any update on this ?
-
0
Hi bhasinp,
It's because of you give the same route value with @volo/abp.ng.identity package in users page, If you want to use
/identity/users
path for your custom page then you need to patch existing route with the RoutesService. You can useeIdentityRouteNames
enum from @volo/abp.ng.identity/config package.Please check the docs for patch item