Skip to content

Commit

Permalink
holdingpen: keep URL parameters when reloading page after batch action
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartinm committed Jul 19, 2017
1 parent 5859461 commit ef8a670
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
for (var select_record_idx in $scope.vm.selected_records) {
HoldingPenRecordService.deleteRecord($scope.vm, $scope.vm.selected_records[select_record_idx], false);
}
window.location = '/holdingpen/list';
window.location.reload();
$scope.vm.batch_message = $scope.vm.selected_records.length + ' workflows deleted.';
$scope.modal.dismiss('cancel');
},
Expand Down

0 comments on commit ef8a670

Please sign in to comment.