SearchKit - Add download CSV action
authorColeman Watts <coleman@civicrm.org>
Tue, 31 Aug 2021 12:57:22 +0000 (08:57 -0400)
committerColeman Watts <coleman@civicrm.org>
Thu, 2 Sep 2021 01:22:47 +0000 (21:22 -0400)
commitc920297c77b579f4e057553be7635204160652e5
tree98325f46107be8f61b50bec6b5307cb044e1835c
parentef4563cbe74b2808ce798afc2c8f920d31ec9a81
SearchKit - Add download CSV action
ext/search_kit/Civi/Api4/Action/SearchDisplay/AbstractRunAction.php
ext/search_kit/Civi/Api4/Action/SearchDisplay/Download.php [new file with mode: 0644]
ext/search_kit/Civi/Api4/Action/SearchDisplay/GetSearchTasks.php
ext/search_kit/ang/crmSearchAdmin/resultsTable/crmSearchAdminResultsTable.component.js
ext/search_kit/ang/crmSearchAdmin/resultsTable/crmSearchAdminResultsTable.html
ext/search_kit/ang/crmSearchDisplayTable/crmSearchDisplayTable.html
ext/search_kit/ang/crmSearchTasks/crmSearchTaskDownload.ctrl.js [new file with mode: 0644]
ext/search_kit/ang/crmSearchTasks/crmSearchTaskDownload.html [new file with mode: 0644]
ext/search_kit/ang/crmSearchTasks/crmSearchTasks.component.js
ext/search_kit/ang/crmSearchTasks/crmSearchTasks.html
ext/search_kit/tests/phpunit/api/v4/SearchDisplay/SearchDownloadTest.php [new file with mode: 0644]