Persist query string value
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
How to set up and validate locally
- Enable feature flag:
echo "Feature.enable(:vulnerability_report_advanced_filtering)" | rails c
- Checkout https://gitlab.com/gitlab-examples/security/security-reports/ (add it to a group)
- Create a pipeline against default branch to generate vulnerabilities
- Visit the group and select a project
- Refresh the page
- Make sure the previously selected project is still selected
Related to #456236 (closed)