Skip to content

Persist query string value

Savas Vedova requested to merge 456236-fix-project-id-persistence into master

What does this MR do and why?

Persist selected projects.

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

project-persistence

How to set up and validate locally

  1. Enable feature flag: echo "Feature.enable(:vulnerability_report_advanced_filtering)" | rails c
  2. Checkout https://gitlab.com/gitlab-examples/security/security-reports/ (add it to a group)
  3. Create a pipeline against default branch to generate vulnerabilities
  4. Visit the group and select a project
  5. Refresh the page
  6. Make sure the previously selected project is still selected

Related to #456236

Merge request reports