From 81e7006a1816ea95e7ede86599493cb6cb8dd2dd Mon Sep 17 00:00:00 2001 From: Buck Doyle Date: Mon, 20 Jul 2020 09:00:51 -0500 Subject: [PATCH] Fix typo in exec button URL-generation This closes #8422, another bug facilitated by the difficulty of automated testing when opening another window. Thanks to @notnoop for narrowing this down. --- ui/app/components/exec/open-button.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/components/exec/open-button.js b/ui/app/components/exec/open-button.js index 84b552318231..59002f9d5cc9 100644 --- a/ui/app/components/exec/open-button.js +++ b/ui/app/components/exec/open-button.js @@ -21,7 +21,7 @@ export default class OpenButton extends Component { job: this.job, taskGroup: this.taskGroup, task: this.task, - allocation: this.task, + allocation: this.allocation, }); } }