Typo in tools view: hasPermissions -> hasPermission
This commit is contained in:
parent
2f6e8082ac
commit
cf23f81c40
|
@ -129,7 +129,7 @@ Travis.reopen
|
|||
|
||||
canRequeueBuild: (->
|
||||
@get('displayRequeueBuild') && @get('hasPermission')
|
||||
).property('displayRequireBuild', 'hasPermissions')
|
||||
).property('displayRequireBuild', 'hasPermission')
|
||||
|
||||
displayRequeueJob: (->
|
||||
@get('isJobTab') && @get('job.isFinished')
|
||||
|
@ -137,7 +137,7 @@ Travis.reopen
|
|||
|
||||
canRequeueJob: (->
|
||||
@get('displayRequeueJob') && @get('hasPermission')
|
||||
).property('displayRequeueJob', 'hasPermissions')
|
||||
).property('displayRequeueJob', 'hasPermission')
|
||||
|
||||
showDownloadLog: (->
|
||||
@get('jobIdForLog')
|
||||
|
|
Loading…
Reference in New Issue
Block a user