abp icon indicating copy to clipboard operation
abp copied to clipboard

Proposal to Add GetGroupsAsync for Permission Group Retrieval

Open shuangbaojun opened this issue 4 months ago • 1 comments

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.

Image

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

shuangbaojun avatar Aug 18 '25 06:08 shuangbaojun

hi

We have added the GetByGroupAsync method.

See https://github.com/abpframework/abp/pull/22724

maliming avatar Aug 18 '25 06:08 maliming