mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
Merge pull request #4795 from chrismeyersfsu/fix-4611
"reload" page when project deleted
This commit is contained in:
commit
f5bde47dd8
@ -176,8 +176,7 @@ export function ProjectsList($scope, $rootScope, $location, $log, $stateParams,
|
||||
if (parseInt($state.params.project_id) === id) {
|
||||
$state.go("^", null, { reload: true });
|
||||
} else {
|
||||
// @issue: OLD SEARCH
|
||||
// $scope.search(list.iterator);
|
||||
$state.go('.', null, {reload: true});
|
||||
}
|
||||
})
|
||||
.error(function (data, status) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user