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:"
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
1 Answer(s)
-
0
Hi, you don't need to define
RequiredFeaturesat permission group level. Because if all the permissions under it are not already accessible, the group will be invisible either.Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)