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:
- Our application is Blazor Server
- We have downloaded the source code Volo.Identity.Pro
- 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)
-
0
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