Strengthen the check to display download log button

Technically jobIdForLog should be sufficient, because it has job id only when
it's a job or a build page, but for some reason it doesn't get refreshed
properly.
This commit is contained in:
Piotr Sarnacki 2015-01-13 15:46:21 +01:00
parent 3c224c809e
commit 8ff844e5a1

View File

@ -262,8 +262,8 @@ Travis.reopen
).property('displayRequeueJob', 'hasPermission')
showDownloadLog: (->
@get('jobIdForLog')
).property('jobIdForLog')
@get('jobIdForLog') && (@get('isJobTab') || @get('isBuildTab'))
).property('jobIdForLog', 'isJobTab', 'isBuildTab')
_job: (->
if id = @get('jobIdForLog')