Link to environment detail page for deployment approvals
What does this MR do and why?
Implements #418119 (closed).
The CTA on the "approval required" page was linking to the environments overview page, which could lead to confusion. This MR links the CTA button to the specific environment instead, resulting in a more streamlined process.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
- Create new project
- Add this CI config:
production: script: - 'echo "Deploying to ${CI_ENVIRONMENT_NAME}"' environment: name: ${CI_JOB_NAME}
- Run pipeline
- Go to CI/CD settings, set
production
environment to protected - Run pipeline again
- Observe changed text on approval required page
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.