mirror of
https://github.com/keycloak/keycloak.git
synced 2026-04-26 00:30:35 -04:00
The Authorization Resources table was incorrectly duplicating the last element of the current page as the first element of the next page. This occurred because the fetching logic requests 'max + 1' items to detect if a subsequent page exists. However, the UI was rendering the entire array instead of limiting the display to the 'max' value. Fixed by applying a .slice(0, max) before mapping the resources to table rows. Added a Playwright E2E regression test to ensure unique resource distribution across pages and prevent future regressions. Closes #46088 --------- Signed-off-by: André Rocha <andre.queiroz.rocha@tecnico.ulisboa.pt> Signed-off-by: Alexander Schwartz <alexander.schwartz@ibm.com> Co-authored-by: Alexander Schwartz <alexander.schwartz@ibm.com> |
||
|---|---|---|
| .. | ||
| account-ui | ||
| admin-ui | ||
| create-keycloak-theme | ||
| keycloak-server | ||
| .prettierrc | ||