Fix issue URL of TODO in environment_actions.vue
This commit is contained in:
parent
760fd67519
commit
4f49f54af5
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ export default {
|
|||
onClickAction(action) {
|
||||
if (action.scheduledAt) {
|
||||
const confirmationMessage = sprintf(s__("DelayedJobs|Are you sure you want to run %{jobName} immediately? This job will run automatically after it's timer finishes."), { jobName: action.name });
|
||||
// https://gitlab.com/gitlab-org/gitlab-ce/issues/52099
|
||||
// https://gitlab.com/gitlab-org/gitlab-ce/issues/52156
|
||||
// eslint-disable-next-line no-alert
|
||||
if (!window.confirm(confirmationMessage)) {
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue