Skip to content

Commit a4a5343

Browse files
authored
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.
1 parent e855fc0 commit a4a5343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/app/components/exec/open-button.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default class OpenButton extends Component {
2121
job: this.job,
2222
taskGroup: this.taskGroup,
2323
task: this.task,
24-
allocation: this.task,
24+
allocation: this.allocation,
2525
});
2626
}
2727
}

0 commit comments

Comments
 (0)