The uninstall id gets cleared
This commit is contained in:
@@ -490,12 +490,11 @@ angular.module('Application').controller('AppsController', ['$scope', '$location
|
||||
Client.error(error);
|
||||
} else {
|
||||
$('#appUninstallModal').modal('hide');
|
||||
Client.refreshAppCache($scope.appUninstall.app.id); // reflect the new app state immediately
|
||||
$scope.reset();
|
||||
}
|
||||
|
||||
$scope.appUninstall.busy = false;
|
||||
|
||||
Client.refreshAppCache($scope.appUninstall.app.id); // reflect the new app state immediately
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user