Open Closed

Issues On Updating Admin Identity Management Users Page #3390


User avatar
1
otee@urvin.finance created

We want to update the content in the grid on admin identity management page. We want to manipulate the data returned, use if for creating a link to a customized user's profile. We are finding it difficult to implement because our changes do not reflect on the page. We are making changes in the index.js file that does the call to get the list of users. We have put console log on the script but we didn't get any.

Note:

  1. Our application is Blazor Server
  2. We have downloaded the source code Volo.Identity.Pro
  3. We can't see where this application references the Volo.Identity.Pro.Web from our Blazor app. The only thing that comes close is Volo.Abp.Identity.Pro.Blazor.Server

In all how do we make a change to client/html on this page?


1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    We can't see where this application references the Volo.Identity.Pro.Web from our Blazor app. The only thing that comes close is Volo.Abp.Identity.Pro.Blazor.Server

    For Blazor Server the source code of Users page is \identity-pro\src\Volo.Abp.Identity.Pro.Blazor\Pages\Identity\UserManagement.razor and \identity-pro\src\Volo.Abp.Identity.Pro.Blazor\Pages\Identity\UserManagement.razor.cs

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