Open Closed

User Management Default screen Breadcrumb issue #5421


User avatar
0
bhasinp created
  • 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)
  • User Avatar
    0
    mahmut.gundogdu created

    I couldn't produce. I have created an app via CLI.

    is i lepton or lepton x ?

  • User Avatar
    0
    bhasinp created

    Hi Team,

    Yes its lepton X. I found the used case, So we have a custom menu which is containing two routes

    1. Identity/organization-units
    2. 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.

  • User Avatar
    0
    bhasinp created

    Hi team, Any update on this ?

  • User Avatar
    0
    masum.ulu created
    Support Team Angular Developer

    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 use eIdentityRouteNames enum from @volo/abp.ng.identity/config package.

    Please check the docs for patch item

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11