- ABP Framework version: v7.2.2
- UI type: Blazor
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes
If your company is using employee IDs for user registration and it's difficult to distinguish users without their names, how can add the fields for name and surname in the member addition and listing interfaces in the organization.
8 Answer(s)
-
0
-
0
hi,maliming By overriding the
SetUserManagementTableColumnsAsync
method, I have successfully added the fields for first name and last name to the member list.If you need to implement Figure 2, how to display the first name and last name when adding and modifying members, and how to filter the queries as well?
-
0
hi
We will make the
add member
expandable in the next version. -
0
thx maliming. If there are any updates, please contact me.
-
0
-
0
I reopened the question. @zhaof you can write the recent status.
-
0
hi maliming
When I upgraded to ABP version 7.3, I couldn't find a suitable way to override the AddMemberTableColumns and AddRoleTableColumns methods. Please tell me what I should do.
thanks
-
0