Skip to content

Commit

Permalink
Merge pull request #21681 from MegaphoneJon/core-2881
Browse files Browse the repository at this point in the history
fixes core#2881 - APIv3 replace only replaces the first 25 records
  • Loading branch information
colemanw authored Oct 3, 2021
2 parents a7e7a22 + 8f1e30f commit 077f44b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/v3/utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -1876,6 +1876,7 @@ function _civicrm_api3_generic_replace_base_params($params) {
unset($baseParams['values']);
unset($baseParams['sequential']);
unset($baseParams['options']);
$baseParams['options']['limit'] = 0;
return $baseParams;
}

Expand Down

0 comments on commit 077f44b

Please sign in to comment.