Open Closed

Permission Group enable/disable by feature #3620


User avatar
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)
  • User Avatar
    0
    berkansasmaz created
    Support Team .NET Developer

    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.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11