Proposal to Add GetGroupsAsync for Permission Group Retrieval
Is there an existing issue for this?
- [x] I have searched the existing issues
Is your feature request related to a problem? Please describe the problem.
As shown in the figure above, it is recommended to add a GetGroupsAsync method to retrieve all permission groups. This way, the GetByGroupAsync method can be used to load by group name as needed. Otherwise, using the GetAsync method retrieves all permission definitions, including group definitions.
Describe the solution you'd like
As shown in the figure above, it is recommended to add a GetGroupsAsync method to retrieve all permission groups. This way, the GetByGroupAsync method can be used to load by group name as needed. Otherwise, using the GetAsync method retrieves all permission definitions, including group definitions.
Additional context
No response
hi
We have added the GetByGroupAsync method.
See https://github.com/abpframework/abp/pull/22724