refresh app cache on cancel

This commit is contained in:
Girish Ramakrishnan
2019-08-29 14:35:39 -07:00
parent 57ac37c210
commit 45d40297bf

View File

@@ -472,6 +472,8 @@ angular.module('Application').controller('AppsController', ['$scope', '$location
if (error) Client.error(error);
$scope.appCancel.busy = false;
Client.refreshAppCache($scope.appCancel.app.id); // reflect the new app state immediately
$('#appCancelModal').modal('hide');
});