From a4a5343efa04fffc761054e23e4c6f5e6f02dc80 Mon Sep 17 00:00:00 2001 From: Buck Doyle Date: Mon, 20 Jul 2020 16:06:55 -0500 Subject: [PATCH] Fix typo in exec button URL-generation (#8460) 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, }); } }