🔧 do not limit number of results for civicrm_api3 calls
This commit is contained in:
parent
cf04e1f934
commit
73714bf312
7 changed files with 25 additions and 7 deletions
|
@ -102,6 +102,7 @@ class CRM_TwingleCampaign_Form_Settings extends CRM_Core_Form {
|
|||
try {
|
||||
$result = civicrm_api3('CaseType', 'get', [
|
||||
'sequential' => 1,
|
||||
'options' => ['limit' => 0]
|
||||
]);
|
||||
if (is_array($result['values'])) {
|
||||
foreach ($result['values'] as $case) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue