refresh app cache on cancel
This commit is contained in:
@@ -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');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user