Skip to content

Commit

Permalink
Update retire to use request per https://bugzilla.redhat.com/show_bug…
Browse files Browse the repository at this point in the history
  • Loading branch information
d-m-u committed Jul 17, 2018
1 parent ba6ec93 commit a4acf5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function ComponentController ($state, CollectionsApi, EventNotifications) {

function confirm () {
var data = {
action: vm.isRemove ? 'delete' : 'retire',
action: vm.isRemove ? 'delete' : 'request_retire',
resources: vm.services
}
CollectionsApi.post('services', '', {}, data).then(saveSuccess, saveFailure)
Expand Down

0 comments on commit a4acf5e

Please sign in to comment.