Merge pull request #4795 from chrismeyersfsu/fix-4611

"reload" page when project deleted
This commit is contained in:
Chris Meyers
2017-01-19 09:45:50 -05:00
committed by GitHub

View File

@@ -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) {