Skip to content

Commit

Permalink
Fix typo in exec button URL-generation
Browse files Browse the repository at this point in the history
This closes #8422, another bug facilitated by the difficulty
of automated testing when opening another window. Thanks to
@notnoop for narrowing this down.
  • Loading branch information
backspace committed Jul 20, 2020
1 parent fc1fce6 commit 81e7006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/components/exec/open-button.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
});
}
}

0 comments on commit 81e7006

Please sign in to comment.