Groups beyond first page can show no users in group management pop-up
- Dominant language
- TypeScript
- Stars
- 5
- Forks
- 7
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 28
Description
For an application with more than 10 management groups
Steps to reproduce :
- {sugoi-ui-url}/realm/{your_realm}/applications/{your-app}
- Select page 2 below the main table
- Click on the Gear icon of a group
- Group management modal pop-up with **no users in right half** (_expected behavior_ : display users id)
=> when the app get response for user search in left half, all users are displayed with the ADD icon ➕ as if they don't belong to the group
Hints :
Network dev-tool show the 10 api calls to {sugoi-api-url}/realm/{your_realm}/applications/{your-app}/groups/{group-N}, but when changing page, there are no calls to api for newly displayed groups.
Sometimes the displayed users id are from another group (maybe worthy candidate for distinct issue)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.