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