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
commit f5bde47dd8

View File

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