Removed extra refresh call

This commit is contained in:
mabashian 2017-08-31 14:42:36 -04:00
parent e0a10fb9d6
commit 1617700ee0
No known key found for this signature in database
GPG Key ID: 436B8D5EDC704CE3

View File

@ -220,7 +220,6 @@ export default ['$scope', '$rootScope', '$log', 'Rest', 'Alert',
Rest.post()
.success(function () {
Alert(i18n._('SCM Update Cancel'), i18n._('Your request to cancel the update was submitted to the task manager.'), 'alert-info');
$scope.refresh();
})
.error(function (data, status) {
ProcessErrors($scope, data, status, null, { hdr: i18n._('Error!'), msg: i18n.sprintf(i18n._('Call to %s failed. POST status: '), url) + status });