-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IBX-5663: Paginated role assignments to improve performance in the Roles module #2102
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is failing CI job random, or does it require some further investigation?
src/bundle/Resources/views/themes/admin/user/role/index.html.twig
Outdated
Show resolved
Hide resolved
src/bundle/Resources/views/themes/admin/user/role/index.html.twig
Outdated
Show resolved
Hide resolved
It requires related kernel PR: https://github.com/ezsystems/ezplatform-admin-ui/actions/runs/5144411939/jobs/9260679669?pr=2102#step:16:740 |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
The new changes utilize some API methods introduced in the linked PR, like
countRoleAssignments
andloadRoleAssignments
. Using pagination should help with the performance in the Role module.Required PR: ezsystems/ezplatform-kernel#373
Checklist:
$ composer fix-cs
)