dev/financial#72 Make is_template=0 the default for api get requests.
authoreileen <emcnaughton@wikimedia.org>
Mon, 7 Oct 2019 13:09:50 +0000 (15:09 +0200)
committereileen <emcnaughton@wikimedia.org>
Mon, 7 Oct 2019 13:09:50 +0000 (15:09 +0200)
commit57b75c5c63a7fec56a62fc531e5e1569fa0f442c
tree21b62438445cfcfc456138261fc61c2235ca592d
parent622c8dfa7caebd525687ef788989fcaaad6edf2e
dev/financial#72 Make is_template=0 the default for api get requests.

We are planning on adding is_template to the civicrm_contribution table - following the precedent from event.

By default it is NOT desirable to get template entities returned in a get request - this fixes that at the generic
apiv4 level and means that it will be a default filter when present
Civi/Api4/Service/Spec/Provider/GetActionDefaultsProvider.php
tests/phpunit/api/v4/Action/EventTest.php [new file with mode: 0644]