Api4 - format output consistently across get/create/update.
authorColeman Watts <coleman@civicrm.org>
Thu, 16 Jan 2020 16:58:22 +0000 (11:58 -0500)
committerColeman Watts <coleman@civicrm.org>
Thu, 16 Jan 2020 18:38:26 +0000 (13:38 -0500)
commit2929a8fb2a481f262f9793885d5d7a47ed4d8328
tree613ebfd27aad1a2204557ae27e71387b978b1bb0
parentfa79447782acbf55764cf48d7bfe18784b8da6dd
Api4 - format output consistently across get/create/update.

Previously output from a DAO-based Get would be run through an unserializer/type-converter.
This applies that same conversion to DAO-based create/update ops.
Civi/Api4/Event/Subscriber/PostSelectQuerySubscriber.php
Civi/Api4/Generic/Traits/DAOActionTrait.php
Civi/Api4/Query/Api4SelectQuery.php
Civi/Api4/Utils/FormattingUtil.php
ang/api4Explorer/Explorer.js
tests/phpunit/api/v3/UFGroupTest.php