Skip to content

Commit

Permalink
Increase max_instances for cases because Olly has a lot of Cases
Browse files Browse the repository at this point in the history
  • Loading branch information
KarinG authored Sep 13, 2024
1 parent 3146aae commit da33435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fields.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ protected function getSets(array $components): array {
}
}
$conditional_sets = [
'CiviCase' => ['entity_type' => 'case', 'label' => t('Case'), 'max_instances' => 30],
'CiviCase' => ['entity_type' => 'case', 'label' => t('Case'), 'max_instances' => 50],
'CiviEvent' => ['entity_type' => 'participant', 'label' => t('Participant'), 'max_instances' => 9],
'CiviContribute' => ['entity_type' => 'contribution', 'label' => t('Contribution')],
'CiviMember' => ['entity_type' => 'membership', 'label' => t('Membership'), 'custom_fields' => 'combined'],
Expand Down

0 comments on commit da33435

Please sign in to comment.