Skip to content

Commit

Permalink
Fix exec popup link for job id ≠ name
Browse files Browse the repository at this point in the history
This closes #7814. It’s not testable within the current
testing structure, unfortunately.
  • Loading branch information
backspace committed Apr 27, 2020
1 parent 51b6ba8 commit a54cfb0
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 @@ -16,7 +16,7 @@ export default Component.extend({

generateUrl() {
let urlSegments = {
job: this.job.get('name'),
job: this.job.get('plainId'),
};

if (this.taskGroup) {
Expand Down

0 comments on commit a54cfb0

Please sign in to comment.