Fix inconsistent status ordering
What does this MR do and why?
It makes sure that the set status dropdown in the selection summary and the status dropdown on the vulnerability details page both have the same status ordering as the status filter on the vulnerability report page.
Screenshots or screen recordings
Status filter on vulnerability report page
UI | before | after |
---|---|---|
Vulnerability report page | ||
Vulnerability details page |
How to set up and validate locally
- You need an EE license
Steps
Vulnerability report page
- Go to Flightjs repository
- Go to the vulnerability report page
- Select one or more vulnerabilities
- Click set status dropdown and verify the correct ordering (Confirm is before dismiss)
Vulnerability details page
- Go to Flightjs repository
- Go to the vulnerability report page
- Click on any vulnerability
- Click status dropdown and verify the correct ordering (Confirm is before dismiss)
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Closes #331688 (closed)
Edited by Lorenz van Herwaarden