API uses match to filter by slug
This commit is contained in:
parent
a58688b451
commit
e286428722
|
@ -49,7 +49,7 @@ Travis.CacheItemController = Ember.ObjectController.extend
|
|||
if confirm('Are you sure?')
|
||||
@set('isDeleting', true)
|
||||
|
||||
data = { branch: @get('branch'), slug: @get('slug') }
|
||||
data = { branch: @get('branch'), match: @get('slug') }
|
||||
|
||||
deletingDone = => @set('isDeleting', false)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user