Skip to content

Add page params to group/project issues list refactor

Coung Ngo requested to merge cngo-add-page-params-to-vue-issues-list into master

What does this MR do and why?

This MR adds url params for pagination to the group/project issues list refactor (#322755 (closed)) so the user is able to go back to the same paginated position.

Behind feature flag vue_issues_list defaulted to off.

Screenshots or screen recordings

Screen_Recording_2022-03-16_at_2.04.34_pm

How to set up and validate locally

  1. In rails console enable the feature flag
    Feature.enable(:vue_issues_list)
  2. Visit any group or project issues list page such as http://127.0.0.1:3000/h5bp/html5-boilerplate/-/issues
  3. Click Next to go to the next page, then refresh to confirm the page stays the same

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