Merge pull request #8445 from elastic/jasper/backport/8391/5.x

[backport] PR #8391 to 5.x
This commit is contained in:
Matt Bargar 2016-09-22 19:11:34 -04:00 committed by GitHub
commit 8b7bfa7780

View file

@ -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');