Skip to content

Commit

Permalink
Merge pull request #8444 from elastic/jasper/backport/8391/5.0
Browse files Browse the repository at this point in the history
[backport] PR #8391 to 5.0
  • Loading branch information
Matt Bargar authored Sep 22, 2016
2 parents b4e06e3 + f79e54d commit 1fcde22
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ uiModules.get('apps/management')
}
}

ingest.delete($scope.indexPattern.id)
.then($scope.indexPattern.destroy.bind($scope.indexPattern))
courier.indexPatterns.delete($scope.indexPattern)
.then(refreshKibanaIndex)
.then(function () {
$location.url('/management/data/index');
Expand Down

0 comments on commit 1fcde22

Please sign in to comment.