Allow values to be passed to api4 GetFields
authorColeman Watts <coleman@civicrm.org>
Sat, 28 Dec 2019 14:31:40 +0000 (09:31 -0500)
committerColeman Watts <coleman@civicrm.org>
Sat, 28 Dec 2019 22:55:14 +0000 (17:55 -0500)
commitc752d94bd3f4672379524e77e05bd3c8d65df099
treec520f66c699fab56b48eb037fb53acafb105cb93
parentd968cef877d51a3fdd477ce220075e96a3cded85
Allow values to be passed to api4 GetFields

So far this only filters custom fields by contact type,
but values is now being passed to allow more filtering.
Civi/Api4/Action/CustomValue/GetFields.php
Civi/Api4/Generic/BasicGetFieldsAction.php
Civi/Api4/Generic/DAOGetFieldsAction.php
Civi/Api4/Service/Spec/SpecGatherer.php
ang/api4Explorer/Explorer.html
ang/api4Explorer/Explorer.js
tests/phpunit/api/v4/Action/BaseCustomValueTest.php
tests/phpunit/api/v4/Action/BasicCustomFieldTest.php