Skip to content

Draft: Remove pagination from Project and Group templates

Alvin Gounder requested to merge alvin-master-patch-5493 into master

What does this MR do and why?

Due to an issue with the "2nd page" formatting, Project and Group templates do not properly render on pages 2+.

This MR removes paginations so that all templates are visible on the first page.

Due to the potential performance issues, and the fact that the proper fix is candidate17.1, this MR should be used to create a patch for any customers who need the functionality now and are willing to accept the performance hit.

%{first_multiline_commit}

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.

How to set up and validate locally

  1. Replicate environment as described in this issue
  2. Note that the templates tabs are showing in pages.
  3. Apply patch
  4. Template tabs should show all projects on one page

Merge request reports