APIv4 - Fix Setting api to work with index param
authorColeman Watts <coleman@civicrm.org>
Thu, 15 Apr 2021 19:36:55 +0000 (15:36 -0400)
committerColeman Watts <coleman@civicrm.org>
Thu, 15 Apr 2021 20:59:53 +0000 (16:59 -0400)
commit66e016df40aeda4371c69c4d14229470deaeb2f6
tree67b9531a93ad74a03dae3fec3eec3387b6a5ed49
parentc7a6cc2cfcd602df4644f05b9fea69fd7cdf679b
APIv4 - Fix Setting api to work with index param

The api tries to force index params into the "Select" clause
which doesn't make sense for the oddball "Setting" api.
api/api.php
tests/phpunit/api/v4/Entity/SettingTest.php