0
kapil created
- ABP Framework version: v4.4.4
- UI type: MVC
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): no
- Exception message and stack trace: how to add activate and deactivate in role and after adding it how to implement it effect in role functionality.
- Steps to reproduce the issue:"
6 Answer(s)
-
0
hi
I recommend that you add the source code of the Identity module to your solution and add the
IsActive
property to theIdentityRole
. -
0
if the role is activate or deactivate then what about the claims/Permission assigned to that role.
-
0
It depends on your business logic.
-
0
if the role is inactive then the permission will not be displayed . how to config that and where the logic should be implemented.
-
0
hi
Everything is in the Identity Pro module. Can you check the source code?
-
0
ok I will Check