Skip to content

Rename imported finding modal component

Lorenz van Herwaarden requested to merge rename-standalone-modal-import into master

What does this MR do and why?

Related #441235 (closed)

From issue:

In mr_widget_security_reports.vue, we dynamically import the vulnerability_finding_modal.vue but name it StandaloneFindingModal. For consistency with other places where we use the same modal, we should use the name VulnerabilityFindingModal. This will also make it easier to find all the uses of the modal when using a global search.

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.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Merge request reports