diff --git a/assets/scripts/app/views/repo-actions.coffee b/assets/scripts/app/views/repo-actions.coffee index 6ba25461..fdf782d5 100644 --- a/assets/scripts/app/views/repo-actions.coffee +++ b/assets/scripts/app/views/repo-actions.coffee @@ -100,7 +100,9 @@ View = Travis.View.extend _job: (-> if id = @get('jobIdForLog') - Travis.__container__.lookup('store:main').find('job', id) + store =Travis.__container__.lookup('store:main') + store.find('job', id) + store.recordForId('job', id) ).property('jobIdForLog') jobIdForLog: (->