0
balessi75 created
ABP Commercial 7.4.2 / Blazor Server / EF / Non tiered / Separate Host and Tenant DBs / Lepton Theme
Hi
After an upgrade from 7.2.1 to 7.4.2, we noticed a new column 'User Count' in role administration.
The count seems to include users that have been soft deleted which we believe is misleading to users.
Please advise.
Regards, Brian
3 Answer(s)
-
0
The count seems to include users that have been soft deleted which we believe is misleading to users.
Yes, that is the problem, we have enhanced this in 8.0: https://github.com/abpframework/abp/pull/18051
I will do the same in 7.4.
You may need to manually delete the records in the table
AbpUserRoles
. -
0
Thank you for the confirmation on this @liangshiwei
-
0
https://github.com/abpframework/abp/pull/18264