Skip to content

Fix new project group templates pagination

Jacques Erasmus requested to merge fix-template-pagination into master

What does this MR do and why?

Our groups pagination is broken after we removed the .pagination class from the kaminari paginator.

This fixes it by updating the querySelector to another class (.gl-pagination)

Related issue: #500039

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
Screenshot_2024-10-21_at_13.32.29 Screenshot_2024-10-21_at_13.32.55

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Jacques Erasmus

Merge request reports

Loading