Merge remote-tracking branch 'gitea/dev' into main
This commit is contained in:
commit
007599eb19
7 changed files with 25 additions and 7 deletions
|
@ -123,7 +123,8 @@ function civicrm_api3_twingle_project_Get(array $params): array {
|
|||
$custom_field_mapping_reverse = array_flip($custom_field_mapping);
|
||||
|
||||
$params['campaign_type_id'] = 'twingle_project';
|
||||
$query = [];
|
||||
// Do not limit the number of results
|
||||
$query = ['options' => ['limit' => 0]];
|
||||
|
||||
foreach ($params as $key => $value) {
|
||||
if ( $key != 'id' &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue