Invalid Link to variables#js-cicd-variables-settings on manual action page
Summary
Invalid link on Manual action page. The link "CI/CD settings" in the text Specify variable values to be used in this run. The values specified in CI/CD settings will be used as default point to https://gitlab.com/group/project/-/variables#js-cicd-variables-settings but should point to https://gitlab.com/group/project/-/settings/ci_cd#js-cicd-variables-settings
Steps to reproduce
- Create an pipeline with manual step.
- run the pipeline
- open the manual step
- click on "CI/CD settings" in the info after variable definition
Example Project
What is the current bug behavior?
The link shows a 404 page.
What is the expected correct behavior?
The project variable overview should be shown.
Relevant logs and/or screenshots
Output of checks
Results of GitLab environment info
happens on gitlab.com
Results of GitLab application Check
Possible fixes
based on the anchor, the link seams to be defined here: https://gitlab.com/gitlab-org/gitlab/-/blob/e5ecbae93589d2cf44f8653669ca7e48fd13701f/app/helpers/jobs_helper.rb#L11
But I don't find definition of function project_variables_path where the path self is generated.
Edited by Samuel Werder