Fix typo in requeue build permissions check
This commit is contained in:
parent
59f1ea0b12
commit
2607197cba
|
@ -123,7 +123,7 @@
|
|||
event.stopPropagation()
|
||||
|
||||
requeueBuild: ->
|
||||
if @get('canRequeueJobBuild')
|
||||
if @get('canRequeueBuild')
|
||||
@closeMenu()
|
||||
@get('build').requeue()
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user