User guidance banner for DAST/APi Fuzzing configuration is not activated
What does this MR do and why?
Describe in detail what your merge request does and why.
This MR resolves #369505 (closed)
Component pipeline-editor-messages
was rendered twice.
It was rendered as default state first time and after loading started and finished it was rendered again.
Because of that url params (used for showing banner) were cleared during first render and already were empty during second render, thus making banner disappear.
This MR reorganise default state and make pipeline-editor-messages
render only once.
With only one render banner stays visible.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
before |
---|
before_bug |
after |
---|
bug_after |
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
- Go to
BASE_URL/gitlab-org/
PROJECT_ID/-/security/configuration/api_fuzzing - Or go to
BASE_URL/gitlab-org/
PROJECT_ID/-//security/configuration/dast - Configure DAST copy content and redirect to
.yml
file - You should see banner after redirection to a pipeline editor
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.
Related to #369505 (closed)