APIv4 - Smarter matching params in Managed export action
authorcolemanw <coleman@civicrm.org>
Thu, 26 Oct 2023 01:11:19 +0000 (21:11 -0400)
committercolemanw <coleman@civicrm.org>
Thu, 26 Oct 2023 11:58:31 +0000 (07:58 -0400)
commit349b222f981a9a2f808619c8bc7cf2d3c79198f3
tree3193b432f9c8bfc6ef10d44fc3ef0e85cada6518
parent8836b6f2c70ccfcba3739f604e1dd6578f2b76fe
APIv4 - Smarter matching params in Managed export action

Adds a new bit of entity metadata: match_fields
Civi/Api4/Entity.php
Civi/Api4/Generic/AbstractEntity.php
Civi/Api4/Generic/AutocompleteAction.php
Civi/Api4/Generic/ExportAction.php
Civi/Api4/Navigation.php
Civi/Api4/OptionValue.php
ext/search_kit/tests/phpunit/api/v4/SearchDisplay/SearchExportTest.php
tests/phpunit/api/v4/Action/ExportTest.php [new file with mode: 0644]
tests/phpunit/api/v4/Custom/ExportCustomGroupTest.php