The uninstall id gets cleared

This commit is contained in:
Girish Ramakrishnan
2018-06-26 19:47:39 -07:00
parent 948c446362
commit 3f9f1480d3

View File

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