APIv4 - Allow write to contact primary and billing locations
authorColeman Watts <coleman@civicrm.org>
Fri, 8 Jul 2022 12:51:42 +0000 (08:51 -0400)
committerColeman Watts <coleman@civicrm.org>
Tue, 2 Aug 2022 20:00:29 +0000 (16:00 -0400)
commit88ef1525255a2d2232b459f2ae040f67d65f1b8e
tree398f9661473185fea9033edf5cb20404da556ba3
parent17ea15063fd080480c9e8e9ee542009e99110e14
APIv4 - Allow write to contact primary and billing locations

Provides symmetry with get operations, allowing email, phone, address & im to be
both read and written to within the contact api.
Civi/Api4/Action/Contact/ContactSaveTrait.php
Civi/Api4/Generic/Traits/DAOActionTrait.php
tests/phpunit/api/v4/Action/NullValueTest.php
tests/phpunit/api/v4/Entity/ContactJoinTest.php