0
sonnn18 created
Hi, I'm implementing the requirement: if the feature is false, the permission group needs to be invisible in the UI. But I can only find the RequiredFeatures Option for the permission level, not the group level. Any idea how I can implement it?
- ABP Framework version: v4.4
- UI type: Angular
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes
- Exception message and stack trace:
- Steps to reproduce the issue:"
1 Answer(s)
-
0
Hi, you don't need to define
RequiredFeatures
at permission group level. Because if all the permissions under it are not already accessible, the group will be invisible either.