Skip to content

Commit

Permalink
backport of commit a679374 (#14796)
Browse files Browse the repository at this point in the history
This pull request was automerged via backport-assistant
  • Loading branch information
hc-github-team-nomad-core authored Oct 4, 2022
1 parent 77e83a4 commit d50f81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/components/allocation-row.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ async function qualifyAllocation() {
// Make sure that the job record in the store for this allocation
// is complete and not a partial from the list endpoint
const job = allocation.get('job.content');
if (job) await job.reload();
if (job.isPartial) await job.reload();
}

this.fetchStats.perform();
Expand Down

0 comments on commit d50f81d

Please sign in to comment.