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:
parent
3c224c809e
commit
8ff844e5a1
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue
Block a user