diff --git a/ui/app/components/allocation-row.js b/ui/app/components/allocation-row.js index a92c618ad..4ef9a5680 100644 --- a/ui/app/components/allocation-row.js +++ b/ui/app/components/allocation-row.js @@ -86,7 +86,7 @@ async function qualifyAllocation() { // Make sure the allocation is a complete record and not a partial so we // can show information such as preemptions and rescheduled allocation. if (allocation.isPartial) { - await allocation.reload(); + await this.store.findRecord('allocation', allocation.id, { backgroundReload: false }); } if (allocation.get('job.isPending')) {