Allow to cancel build if any of the jobs can be cancelled

This commit is contained in:
Piotr Sarnacki 2015-02-23 17:08:46 +01:00
parent 7c3ea5b7bc
commit e189bc607b

View File

@ -89,7 +89,7 @@ Build = Model.extend DurationCalculations,
).property('rawConfigKeys.length')
canCancel: (->
@get('jobs').filter( (j) -> j.get('canCancel') ).get('length') > 0
@get('jobs').filterBy('canCancel').length
).property('jobs.@each.canCancel')
cancel: (->