Skip to content

Fix pagination issues when changing groups

Savas Vedova requested to merge 426879-fix-before-after-for-groups into master

What does this MR do and why?

This fixes an issue with the pagination when the :vulnerability_report_grouping feature flag is turned on and user navigates to next page. To reproduce follow the steps in the next section.

Screenshots or screen recordings

fix-pagination

How to set up and validate locally

  1. Enable :vulnerability_report_grouping feature flag
  2. Visit the Vulnerability Report page
  3. Select a group that has enough findings to navigate
  4. Go the next page
  5. Switch to another group/category

MR acceptance checklist

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

Related to #426879 (closed)

Edited by Savas Vedova

Merge request reports