Holds view grid was not refreshing upon paging using next/prev
Added call to egHolds service to fix that.
Signed-off by: Cesar Velez <cesar.velez@equinoxinitiative.org>
Signed-off-by: Jason Etheridge <jason@equinoxinitiative.org>
conjoinedSvc.fetch($scope.record_id).then(function(){
$scope.conjoinedGridDataProvider.refresh();
});
+ egHolds.fetch_holds(hold_ids).then($scope.hold_grid_data_provider.refresh);
init_parts_url();
$location.update_path('/cat/catalog/record/' + $scope.record_id);
} else {