Get also api builds when clicking on 'show more'

This commit is contained in:
Piotr Sarnacki 2015-12-17 13:21:38 +01:00
parent e170753ba8
commit 96f22bff8c

View File

@ -52,6 +52,8 @@ Controller = Ember.ArrayController.extend
options = { repository_id: id, after_number: number }
if type?
options.event_type = type.replace(/s$/, '') # poor man's singularize
if options.event_type == 'push'
options.event_type = ['push', 'api']
@store.query('build', options)