Skip to content

Fix issues list previous page bug

Coung Ngo requested to merge cngo-fix-issues-list-previous-page into master

What does this MR do and why?

Clicking on the previous page button on the issues page always moved the list to the beginning. This was caused by not passing lastPageSize to the URL params, resulting in it not being passed into the issues GraphQL query.

Changelog: fixed

Screenshots or screen recordings

How to set up and validate locally

  1. Visit any group or project issues list page such as http://127.0.0.1:3000/h5bp/html5-boilerplate/-/issues/
  2. Test the MR

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Coung Ngo

Merge request reports